commit | f8b61bd20479c094fb421da42fef6b4ff22a589e | [log] [tgz] |
---|---|---|
author | Song Liu <song@kernel.org> | Tue May 11 23:51:16 2021 -0700 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Fri May 21 16:50:17 2021 -0300 |
tree | e9ab717c6bd7d0d6467dea7ce37d8ef5e07d65a2 | |
parent | f42907e8a4515635615a6ffd44242454ef843c04 [diff] |
perf stat: Skip evlist__[enable|disable] when all events uses BPF When all events of a perf-stat session use BPF, it is not necessary to call evlist__enable() and evlist__disable(). Skip them when all_counters_use_bpf is true. Signed-off-by: Song Liu <song@kernel.org> Reported-by: Jiri Olsa <jolsa@redhat.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>