diff options
Diffstat (limited to 'tools/perf/util/pmu.h')
-rw-r--r-- | tools/perf/util/pmu.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/pmu.h b/tools/perf/util/pmu.h index 6b2cbe2d4cc3..1179b26f244a 100644 --- a/tools/perf/util/pmu.h +++ b/tools/perf/util/pmu.h | |||
@@ -42,6 +42,7 @@ int perf_pmu__format_parse(char *dir, struct list_head *head); | |||
42 | struct perf_pmu *perf_pmu__scan(struct perf_pmu *pmu); | 42 | struct perf_pmu *perf_pmu__scan(struct perf_pmu *pmu); |
43 | 43 | ||
44 | void print_pmu_events(const char *event_glob, bool name_only); | 44 | void print_pmu_events(const char *event_glob, bool name_only); |
45 | bool pmu_have_event(const char *pname, const char *name); | ||
45 | 46 | ||
46 | int perf_pmu__test(void); | 47 | int perf_pmu__test(void); |
47 | #endif /* __PMU_H */ | 48 | #endif /* __PMU_H */ |