aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/event_analyzing_sample.py
diff options
context:
space:
mode:
authorSong Liu <[email protected]>2021-04-25 14:43:32 -0700
committerArnaldo Carvalho de Melo <[email protected]>2021-04-29 10:30:58 -0300
commit01bd8efcec444468db0275bbd71b49927f7e1544 (patch)
treeb31081a17badba1492cac6b7ff8ec33a0a595c58 /tools/perf/scripts/python/event_analyzing_sample.py
parent112cb56164bc2108a55aee785d841a35aab0616a (diff)
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 <[email protected]> Signed-off-by: Song Liu <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Song Liu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python/event_analyzing_sample.py')
0 files changed, 0 insertions, 0 deletions