diff options
Diffstat (limited to 'tools/perf/util/sample-raw.h')
| -rw-r--r-- | tools/perf/util/sample-raw.h | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/tools/perf/util/sample-raw.h b/tools/perf/util/sample-raw.h index ea01c5811503..c8d38c841c8c 100644 --- a/tools/perf/util/sample-raw.h +++ b/tools/perf/util/sample-raw.h @@ -2,7 +2,10 @@ #ifndef __SAMPLE_RAW_H #define __SAMPLE_RAW_H 1 +#include <stdbool.h> + struct evlist; +struct perf_env; union perf_event; struct perf_sample; @@ -11,5 +14,6 @@ void evlist__s390_sample_raw(struct evlist *evlist, union perf_event *event, bool evlist__has_amd_ibs(struct evlist *evlist); void evlist__amd_sample_raw(struct evlist *evlist, union perf_event *event, struct perf_sample *sample); -void evlist__init_trace_event_sample_raw(struct evlist *evlist); -#endif /* __PERF_EVLIST_H */ +void evlist__init_trace_event_sample_raw(struct evlist *evlist, struct perf_env *env); + +#endif /* __SAMPLE_RAW_H */ |
