blob: afe1491a117e7b59f0f04d67ced7225f1c4cc41e [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001/* SPDX-License-Identifier: GPL-2.0 */
2#ifndef __SAMPLE_RAW_H
3#define __SAMPLE_RAW_H 1
4
5struct evlist;
6union perf_event;
7struct perf_sample;
8
9void perf_evlist__s390_sample_raw(struct evlist *evlist,
10 union perf_event *event,
11 struct perf_sample *sample);
12
13void perf_evlist__init_trace_event_sample_raw(struct evlist *evlist);
14#endif /* __PERF_EVLIST_H */