[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <tip-cc5e461ae8e071a95bf6ee917b50998dc31cae17@git.kernel.org>
Date: Tue, 5 May 2015 19:55:04 -0700
From: tip-bot for Namhyung Kim <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: tglx@...utronix.de, jolsa@...hat.com, a.p.zijlstra@...llo.nl,
namhyung@...nel.org, acme@...hat.com, mingo@...nel.org,
linux-kernel@...r.kernel.org, hpa@...or.com, dsahern@...il.com
Subject: [tip:perf/core] perf hists:
Get rid of position field from struct hist_entry
Commit-ID: cc5e461ae8e071a95bf6ee917b50998dc31cae17
Gitweb: http://git.kernel.org/tip/cc5e461ae8e071a95bf6ee917b50998dc31cae17
Author: Namhyung Kim <namhyung@...nel.org>
AuthorDate: Sun, 19 Apr 2015 13:04:09 +0900
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Wed, 29 Apr 2015 10:37:44 -0300
perf hists: Get rid of position field from struct hist_entry
It's not used anywhere, let's get rid of it.
Signed-off-by: Namhyung Kim <namhyung@...nel.org>
Cc: David Ahern <dsahern@...il.com>
Cc: Jiri Olsa <jolsa@...hat.com>
Cc: Peter Zijlstra <a.p.zijlstra@...llo.nl>
Link: http://lkml.kernel.org/r/1429416255-12070-2-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
tools/perf/util/sort.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h
index 846036a..af192f1 100644
--- a/tools/perf/util/sort.h
+++ b/tools/perf/util/sort.h
@@ -106,7 +106,6 @@ struct hist_entry {
u8 filtered;
char *srcline;
struct symbol *parent;
- unsigned long position;
struct rb_root sorted_chain;
struct branch_info *branch_info;
struct hists *hists;
--
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