Merge tag 'block-5.9-2020-08-14' of git://git.kernel.dk/linux-block
[linux/fpc-iii.git] / tools / perf / util / sample-raw.h
blobafe1491a117e7b59f0f04d67ced7225f1c4cc41e
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 perf_evlist__s390_sample_raw(struct evlist *evlist,
10 union perf_event *event,
11 struct perf_sample *sample);
13 void perf_evlist__init_trace_event_sample_raw(struct evlist *evlist);
14 #endif /* __PERF_EVLIST_H */