summaryrefslogtreecommitdiff
path: root/tools/perf/util/topdown.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/topdown.h')
-rw-r--r--tools/perf/util/topdown.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/topdown.h b/tools/perf/util/topdown.h
index 2f0d0b887639..118e75281f93 100644
--- a/tools/perf/util/topdown.h
+++ b/tools/perf/util/topdown.h
@@ -7,6 +7,7 @@ bool arch_topdown_check_group(bool *warn);
void arch_topdown_group_warn(void);
bool arch_topdown_sample_read(struct evsel *leader);
-int topdown_filter_events(const char **attr, char **str, bool use_group);
+int topdown_filter_events(const char **attr, char **str, bool use_group,
+ const char *pmu_name);
#endif