1
0
Fork 0

perf tools: Show absolute percentage by default

Now perf report will show absolute percentage on filter entries by
default.

Suggested-by: Jiri Olsa <jolsa@redhat.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Link: http://lkml.kernel.org/r/1397145720-8063-8-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@redhat.com>
hifive-unleashed-5.1
Namhyung Kim 2014-01-14 12:05:27 +09:00 committed by Jiri Olsa
parent 105eb30f18
commit 95ce0ba17d
1 changed files with 0 additions and 1 deletions

View File

@ -33,7 +33,6 @@ struct symbol_conf symbol_conf = {
.try_vmlinux_path = true,
.annotate_src = true,
.demangle = true,
.filter_relative = true,
.symfs = "",
};