aboutsummaryrefslogtreecommitdiffstats
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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/evswitch.h b/tools/perf/util/evswitch.h
index bae3a22ad719..891164504080 100644
--- a/tools/perf/util/evswitch.h
+++ b/tools/perf/util/evswitch.h
@@ -9,6 +9,7 @@ struct evsel;
struct evswitch {
struct evsel *on, *off;
+ const char *on_name, *off_name;
bool discarding;
bool show_on_off_events;
};