Messages in this thread Patch in this message |  | | From | Namhyung Kim <> | Subject | [PATCH 8/8] perf tools: Show absolute percentage by default | Date | Mon, 24 Feb 2014 17:09:28 +0900 |
| |
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> --- 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 f2382f2ff2f0..46e2ede12c51 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 = "", }; -- 1.7.11.7
|  |