WIP FPC-III support
[linux/fpc-iii.git] / tools / perf / util / sample-raw.h
blob4be84a5510cf0c29fa7a9d042eeeaad8472fd450
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, struct perf_sample *sample);
10 void evlist__init_trace_event_sample_raw(struct evlist *evlist);
11 #endif /* __PERF_EVLIST_H */