diff options
Diffstat (limited to 'tools/perf/util/event.h')
| -rw-r--r-- | tools/perf/util/event.h | 3 | 
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 1b197280c62..d84870b0642 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h @@ -197,9 +197,6 @@ int perf_event__preprocess_sample(const union perf_event *self,  const char *perf_event__name(unsigned int id); -int perf_event__parse_sample(const union perf_event *event, u64 type, -			     int sample_size, bool sample_id_all, -			     struct perf_sample *sample, bool swapped);  int perf_event__synthesize_sample(union perf_event *event, u64 type,  				  const struct perf_sample *sample,  				  bool swapped);  |