perf report: Add --percent-limit option
The --percent-limit option is for not showing small overhead entries in the output. Maybe we want to set a certain default value like 0.1. Signed-off-by:Namhyung Kim <namhyung@kernel.org> Acked-by:
Pekka Enberg <penberg@kernel.org> Cc: Andi Kleen <andi@firstfloor.org> Cc: David Ahern <dsahern@gmail.com> Cc: Ingo Molnar <mingo@kernel.org> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Stephane Eranian <eranian@google.com> Link: http://lkml.kernel.org/r/1368497347-9628-7-git-send-email-namhyung@kernel.org Signed-off-by:
Arnaldo Carvalho de Melo <acme@redhat.com>
Showing
- tools/perf/Documentation/perf-report.txt 4 additions, 0 deletionstools/perf/Documentation/perf-report.txt
- tools/perf/builtin-diff.c 1 addition, 1 deletiontools/perf/builtin-diff.c
- tools/perf/builtin-report.c 17 additions, 4 deletionstools/perf/builtin-report.c
- tools/perf/builtin-top.c 2 additions, 2 deletionstools/perf/builtin-top.c
- tools/perf/ui/browsers/hists.c 68 additions, 11 deletionstools/perf/ui/browsers/hists.c
- tools/perf/ui/gtk/hists.c 10 additions, 3 deletionstools/perf/ui/gtk/hists.c
- tools/perf/ui/stdio/hist.c 6 additions, 1 deletiontools/perf/ui/stdio/hist.c
- tools/perf/util/hist.h 7 additions, 3 deletionstools/perf/util/hist.h
Loading
Please register or sign in to comment