perf hists browser: Show message for percent limit
authorNamhyung Kim <[email protected]>
Fri, 26 Feb 2016 12:13:19 +0000 (21:13 +0900)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 26 Feb 2016 14:20:36 +0000 (11:20 -0300)
commit79dded8776c2dc4d6e1229de69f4027e84d63673
tree4f7c0bfe2bcdd4ef50fa8b86236e635439655c6f
parent201fde73b111e7c31fdc0e9fa6bc4b73dfef699d
perf hists browser: Show message for percent limit

Like the stdio, it should show messages about omitted hierarchy entries.
Please refer the previous commit for more details.

As it needs to check an entry is omitted or not multiple times, add the
has_no_entry field in the hist entry.

Suggested-and-Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Signed-off-by: Namhyung Kim <[email protected]>
Cc: Andi Kleen <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Stephane Eranian <[email protected]>
Cc: Wang Nan <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/ui/browsers/hists.c
tools/perf/util/hist.c
tools/perf/util/sort.h