diff options
author | James Clark <james.clark@linaro.org> | 2025-02-19 15:16:21 +0000 |
---|---|---|
committer | Namhyung Kim <namhyung@kernel.org> | 2025-02-19 13:23:43 -0800 |
commit | 687b8c3938af61230bc954f5ecf349d3a449b12a (patch) | |
tree | f42c0af073030acfdec938f892ece8f165dd0c8b /tools/tracing | |
parent | 2ed0e3ea8aac156b43e9c6a452d751723785fc4b (diff) |
perf list: Also append PMU name in verbose mode
When listing in verbose mode, the long description is used but the PMU
name isn't appended. There doesn't seem to be a reason to exclude it
when asking for more information, so use the same print block for both
long and short descriptions.
Before:
$ perf list -v
...
inst_retired
[Instruction architecturally executed]
After:
$ perf list -v
...
inst_retired
[Instruction architecturally executed. Unit: armv8_cortex_a57]
Signed-off-by: James Clark <james.clark@linaro.org>
Reviewed-by: Ian Rogers <irogers@google.com>
Link: https://lore.kernel.org/r/20250219151622.1097289-1-james.clark@linaro.org
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Diffstat (limited to 'tools/tracing')
0 files changed, 0 insertions, 0 deletions