]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - tools/perf/util/sample-raw.h
perf machine: Fill map_symbol->maps in append_inlines() to fix segfault
[mirror_ubuntu-jammy-kernel.git] / tools / perf / util / sample-raw.h
CommitLineData
93115d32
TR
1/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __SAMPLE_RAW_H
3#define __SAMPLE_RAW_H 1
4
63503dba 5struct evlist;
93115d32
TR
6union perf_event;
7struct perf_sample;
8
63503dba 9void perf_evlist__s390_sample_raw(struct evlist *evlist,
93115d32
TR
10 union perf_event *event,
11 struct perf_sample *sample);
12
63503dba 13void perf_evlist__init_trace_event_sample_raw(struct evlist *evlist);
93115d32 14#endif /* __PERF_EVLIST_H */