Commit-ID:  95ce0ba17d5a0a04bbad61720512381d8165d157
Gitweb:     http://git.kernel.org/tip/95ce0ba17d5a0a04bbad61720512381d8165d157
Author:     Namhyung Kim <[email protected]>
AuthorDate: Tue, 14 Jan 2014 12:05:27 +0900
Committer:  Jiri Olsa <[email protected]>
CommitDate: Wed, 16 Apr 2014 17:16:04 +0200

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]>
---
 tools/perf/util/symbol.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/tools/perf/util/symbol.c b/tools/perf/util/symbol.c
index b2eca6c..95e2497 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            = "",
 };
 
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Reply via email to