]> Git Repo - linux.git/commit
perf list: Switch error message to pr_err() to respect debug settings (-v)
authorIan Rogers <[email protected]>
Wed, 24 Jan 2024 04:30:11 +0000 (20:30 -0800)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 26 Jan 2024 13:51:48 +0000 (10:51 -0300)
commit9d95c6be48fc8d3d622658da8fbd6d6787d5c2e7
tree1bea4f6f610a714dba71b0fe2c86322f28aff497
parent2dac1f089add90a45d93fe8217938281532b86c7
perf list: Switch error message to pr_err() to respect debug settings (-v)

Using printf() can interrupt 'perf list output', use pr_err() which can
respect debug settings and the debug file.

Signed-off-by: Ian Rogers <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Adrian Hunter <[email protected]>
Cc: Alexander Shishkin <[email protected]>
Cc: Athira Rajeev <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Kajol Jain <[email protected]>
Cc: Kan Liang <[email protected]>
Cc: Mark Rutland <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Ravi Bangoria <[email protected]>
Cc: Ross Zwisler <[email protected]>
Cc: Shirisha G <[email protected]>
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/util/print-events.c
This page took 0.051597 seconds and 4 git commands to generate.