diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-27 01:28:13 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-27 01:39:11 +0300 |
commit | 3f604b5f61dbff80725392c99827d6617f7bb180 (patch) | |
tree | aefe07b07bfb36259ea1988998cf25bafb06cf89 /tools/perf/util/tool.h | |
parent | 6a1b359821eb8d929c4dd9f53178da84888d79ec (diff) | |
download | linux-3f604b5f61dbff80725392c99827d6617f7bb180.tar.xz |
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 { throttle, unthrottle, ksymbol, - bpf_event; + bpf; event_attr_op attr; event_attr_op event_update; |