projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
105eb30
)
perf tools: Show absolute percentage by default
author
Namhyung Kim
<namhyung@kernel.org>
Tue, 14 Jan 2014 03:05:27 +0000
(12:05 +0900)
committer
Jiri Olsa
<jolsa@redhat.com>
Wed, 16 Apr 2014 15:16:04 +0000
(17:16 +0200)
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>
tools/perf/util/symbol.c
patch
|
blob
|
history
diff --git
a/tools/perf/util/symbol.c
b/tools/perf/util/symbol.c
index b2eca6c17a70b27c6dd19b5f6a3c358096a3853d..95e249779931216f5cbeb5b09c26ea0655a0fcf7 100644
(file)
--- 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 = "",
};