summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/evswitch.h
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/util/evswitch.h')
-rw-r--r--tools/perf/util/evswitch.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/util/evswitch.h b/tools/perf/util/evswitch.h
index bb88e8002f39..bae3a22ad719 100644
--- a/tools/perf/util/evswitch.h
+++ b/tools/perf/util/evswitch.h
@@ -13,4 +13,6 @@ struct evswitch {
bool show_on_off_events;
};
+bool evswitch__discard(struct evswitch *evswitch, struct evsel *evsel);
+
#endif /* __PERF_EVSWITCH_H */