Merge tag 'tag-chrome-platform-for-v5.6' of git://git.kernel.org/pub/scm/linux/kernel...
[linux-2.6-microblaze.git] / tools / perf / util / sample-raw.h
1 /* SPDX-License-Identifier: GPL-2.0 */
2 #ifndef __SAMPLE_RAW_H
3 #define __SAMPLE_RAW_H 1
4
5 struct evlist;
6 union perf_event;
7 struct perf_sample;
8
9 void perf_evlist__s390_sample_raw(struct evlist *evlist,
10                                   union perf_event *event,
11                                   struct perf_sample *sample);
12
13 void perf_evlist__init_trace_event_sample_raw(struct evlist *evlist);
14 #endif /* __PERF_EVLIST_H */