aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNamhyung Kim <[email protected]>2014-01-14 12:05:27 +0900
committerJiri Olsa <[email protected]>2014-04-16 17:16:04 +0200
commit95ce0ba17d5a0a04bbad61720512381d8165d157 (patch)
tree38464662e9a52e52593fba2bb61fbbad4248d0c1
parent105eb30f18197a217695eac4ddf87526f2cba867 (diff)
perf tools: Show absolute percentage by default
Now perf report will show absolute percentage on filter entries by default. Suggested-by: Jiri Olsa <[email protected]> Signed-off-by: Namhyung Kim <[email protected]> Link: http://lkml.kernel.org/r/[email protected] Signed-off-by: Jiri Olsa <[email protected]>
-rw-r--r--tools/perf/util/symbol.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
index b2eca6c17a70..95e249779931 100644
--- a/tools/perf/util/symbol.c
+++ b/tools/perf/util/symbol.c
@@ -33,7 +33,6 @@ struct symbol_conf symbol_conf = {
.try_vmlinux_path = true,
.annotate_src = true,
.demangle = true,
- .filter_relative = true,
.symfs = "",
};