Back to home page

OSCL-LXR

 
 

    


0001 /* SPDX-License-Identifier: GPL-2.0 */
0002 #ifndef __SAMPLE_RAW_H
0003 #define __SAMPLE_RAW_H 1
0004 
0005 struct evlist;
0006 union perf_event;
0007 struct perf_sample;
0008 
0009 void evlist__s390_sample_raw(struct evlist *evlist, union perf_event *event,
0010                  struct perf_sample *sample);
0011 bool evlist__has_amd_ibs(struct evlist *evlist);
0012 void evlist__amd_sample_raw(struct evlist *evlist, union perf_event *event,
0013                 struct perf_sample *sample);
0014 void evlist__init_trace_event_sample_raw(struct evlist *evlist);
0015 #endif /* __PERF_EVLIST_H */