diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-26 18:28:13 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-26 18:39:11 -0400 |
commit | 3f604b5f61dbff80725392c99827d6617f7bb180 (patch) | |
tree | aefe07b07bfb36259ea1988998cf25bafb06cf89 /tools/perf/util/tool.h | |
parent | 6a1b359821eb8d929c4dd9f53178da84888d79ec (diff) |
perf tool: Rename perf_tool::bpf_event to bpf
No need for that _event suffix, do just like all the other meta event
handlers and suppress that suffix.
Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Song Liu <songliubraving@fb.com>
Link: https://lkml.kernel.org/n/tip-03spzxtqafbabbbmnm7y4xfx@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/tool.h')
-rw-r--r-- | tools/perf/util/tool.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/tool.h b/tools/perf/util/tool.h index 7f95dd1d6883..2abbf668b8de 100644 --- a/tools/perf/util/tool.h +++ b/tools/perf/util/tool.h | |||
@@ -56,7 +56,7 @@ struct perf_tool { | |||
56 | throttle, | 56 | throttle, |
57 | unthrottle, | 57 | unthrottle, |
58 | ksymbol, | 58 | ksymbol, |
59 | bpf_event; | 59 | bpf; |
60 | 60 | ||
61 | event_attr_op attr; | 61 | event_attr_op attr; |
62 | event_attr_op event_update; | 62 | event_attr_op event_update; |