diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-26 19:20:35 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2019-08-26 19:39:11 -0300 |
commit | 6a1b359821eb8d929c4dd9f53178da84888d79ec (patch) | |
tree | 821cffdc8731f51c2678366d1ed947f720adc554 /tools/perf/util/event.h | |
parent | ebdba16e95f728e94dba07fe0f1221b0e8efdb9d (diff) | |
download | linux-6a1b359821eb8d929c4dd9f53178da84888d79ec.tar.gz linux-6a1b359821eb8d929c4dd9f53178da84888d79ec.tar.bz2 linux-6a1b359821eb8d929c4dd9f53178da84888d79ec.zip |
perf tools: Rename perf_event::bpf_event to perf_event::bpf
Just like all the other meta events, that extra _event suffix is just
redundant, ditch it.
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-505qwpaizq1k0t6pk13v1ibd@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/event.h')
-rw-r--r-- | tools/perf/util/event.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/util/event.h b/tools/perf/util/event.h index 34190e01f307..7251e2eee441 100644 --- a/tools/perf/util/event.h +++ b/tools/perf/util/event.h @@ -560,7 +560,7 @@ union perf_event { struct perf_record_read read; struct perf_record_throttle throttle; struct perf_record_sample sample; - struct perf_record_bpf_event bpf_event; + struct perf_record_bpf_event bpf; struct perf_record_ksymbol ksymbol; struct attr_event attr; struct event_update_event event_update; |