aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/util/trace-event-scripting.c
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2013-11-08 17:53:42 +0900
committerArnaldo Carvalho de Melo <[email protected]>2013-11-11 15:56:40 -0300
commit7524f63b997cc02a80aa073558728ae3ee242cf8 (patch)
tree1a6d4ed801a225ff88ade9b29a6846cedce54683 /tools/perf/util/trace-event-scripting.c
parenta33fbd56ec83b5421090b4d8f2032f635e6a9488 (diff)
perf tools: Prevent condition that all sort keys are elided
If given sort keys are all elided there'll be no output except for the overhead column - actually the TUI shows a noisy output. In this case it'd be better to show up the sort keys rather than elide. Before: $ perf report -s comm -c perf (...) # Overhead # ........ # 100.00% After: $ perf report -s comm -c perf (...) # Overhead Command # ........ ....... # 100.00% perf Signed-off-by: Namhyung Kim <[email protected]> Acked-by: Ingo Molnar <[email protected]> Cc: Ingo Molnar <[email protected]> Cc: Paul Mackerras <[email protected]> Cc: Peter Zijlstra <[email protected]> Link: http://lkml.kernel.org/r/[email protected] [ Us curly braces around multi-line statements, as requested by Ingo Molnar ] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/trace-event-scripting.c')
0 files changed, 0 insertions, 0 deletions