diff options
author | Adrian Hunter <[email protected]> | 2020-07-10 18:10:55 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2020-08-06 08:20:17 -0300 |
commit | 2c9a11af84b19e42a8e51a3cac6e08efc546d281 (patch) | |
tree | fee260231d9d9dbd1ce1bed3bf2961f367b9d3a1 /tools/perf/scripts/python | |
parent | a58a057ce65b52125dd355b7d8b0d540ea267a5f (diff) |
perf tools: Improve aux_output not supported error
For example:
Before:
$ perf record -e '{intel_pt/branch=0/,branch-loads/aux-output/ppp}' -- ls -l
Error:
branch-loads: PMU Hardware doesn't support sampling/overflow-interrupts. Try 'perf stat'
After:
$ perf record -e '{intel_pt/branch=0/,branch-loads/aux-output/ppp}' -- ls -l
Error:
branch-loads: PMU Hardware doesn't support 'aux_output' feature
Signed-off-by: Adrian Hunter <[email protected]>
Reviewed-by: Andi Kleen <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Jiri Olsa <[email protected]>
Link: http://lore.kernel.org/lkml/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions