Merge tag 'trace-printf-v6.13' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...
[drm/drm-misc.git] / tools / perf / util / sample-raw.h
blobea01c581150306067305a8de6c290e22f321bcd8
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __SAMPLE_RAW_H
3 #define __SAMPLE_RAW_H 1
5 struct evlist;
6 union perf_event;
7 struct perf_sample;
9 void evlist__s390_sample_raw(struct evlist *evlist, union perf_event *event,
10 struct perf_sample *sample);
11 bool evlist__has_amd_ibs(struct evlist *evlist);
12 void evlist__amd_sample_raw(struct evlist *evlist, union perf_event *event,
13 struct perf_sample *sample);
14 void evlist__init_trace_event_sample_raw(struct evlist *evlist);
15 #endif /* __PERF_EVLIST_H */