[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-95ce0ba17d5a0a04bbad61720512381d8165d157@git.kernel.org>
Date: Thu, 17 Apr 2014 02:56:46 -0700
From: tip-bot for Namhyung Kim <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, hpa@...or.com, mingo@...nel.org,
tglx@...utronix.de, namhyung@...nel.org, jolsa@...hat.com
Subject: [tip:perf/core] perf tools: Show absolute percentage by default
Commit-ID: 95ce0ba17d5a0a04bbad61720512381d8165d157
Gitweb: http://git.kernel.org/tip/95ce0ba17d5a0a04bbad61720512381d8165d157
Author: Namhyung Kim <namhyung@...nel.org>
AuthorDate: Tue, 14 Jan 2014 12:05:27 +0900
Committer: Jiri Olsa <jolsa@...hat.com>
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 <jolsa@...hat.com>
Signed-off-by: Namhyung Kim <namhyung@...nel.org>
Link: http://lkml.kernel.org/r/1397145720-8063-8-git-send-email-namhyung@kernel.org
Signed-off-by: Jiri Olsa <jolsa@...hat.com>
---
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists