diff options
author | Song Liu <song@kernel.org> | 2021-04-26 00:43:32 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2021-04-29 16:30:58 +0300 |
commit | 01bd8efcec444468db0275bbd71b49927f7e1544 (patch) | |
tree | b31081a17badba1492cac6b7ff8ec33a0a595c58 /tools/perf/util/evlist.c | |
parent | 112cb56164bc2108a55aee785d841a35aab0616a (diff) | |
download | linux-01bd8efcec444468db0275bbd71b49927f7e1544.tar.xz |
perf stat: Introduce ':b' modifier
Introduce 'b' modifier to event parser, which means use BPF program to
manage this event. This is the same as --bpf-counters option, but only
applies to this event. For example,
perf stat -e cycles:b,cs # use bpf for cycles, but not cs
perf stat -e cycles,cs --bpf-counters # use bpf for both cycles and cs
Suggested-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Song Liu <song@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Song Liu <songliubraving@fb.com>
Link: https://lore.kernel.org/r/20210425214333.1090950-5-song@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/evlist.c')
0 files changed, 0 insertions, 0 deletions