aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-annotate.c
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2017-03-07 15:08:29 +0000
committerArnaldo Carvalho de Melo <[email protected]>2017-03-07 15:25:27 +0000
commit8b53dbef2aeaad6bf532bd4db2f4b2beefd42e49 (patch)
tree9dbfdb28634924c665e17aed56ee0135c477da70 /tools/perf/builtin-annotate.c
parentMerge tag 'perf-core-for-mingo-4.11-20170306' of git://git.kernel.org/pub/scm... (diff)
downloadkernel-8b53dbef2aeaad6bf532bd4db2f4b2beefd42e49.tar.gz
kernel-8b53dbef2aeaad6bf532bd4db2f4b2beefd42e49.zip
perf report: Hide tip message when -q option is given
The tip message at the end was printed regardless of the -q option. Originally, the message suggested only '-s comm,dso' option for higher level view when no sort option and parent option were given. Now it shows random help message regardless of the options so the condition can be simplified to honor the -q option. Committer notes: Before: $ perf report --stdio -q 42.77% ls ls [.] _init 13.21% ls ld-2.24.so [.] match_symbol 12.55% ls libc-2.24.so [.] __strcoll_l 11.94% ls libc-2.24.so [.] _init # # (Tip: Show current config key-value pairs: perf config --list) # $ After: $ perf report --stdio -q 42.77% ls ls [.] _init 13.21% ls ld-2.24.so [.] match_symbol 12.55% ls libc-2.24.so [.] __strcoll_l 11.94% ls libc-2.24.so [.] _init $ We still have those two extra lines tho (that git commit insists in turning into one, or git commit --amend doesn't make me add), food for another patch... Reported-and-Tested-by: Arnaldo Carvalho de Melo <[email protected]> Signed-off-by: Namhyung Kim <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Peter Zijlstra <[email protected]> Cc: [email protected] Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
0 files changed, 0 insertions, 0 deletions