summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/sort.h
diff options
context:
space:
mode:
authorNamhyung Kim2015-04-19 06:04:09 +0200
committerArnaldo Carvalho de Melo2015-04-29 15:37:44 +0200
commitcc5e461ae8e071a95bf6ee917b50998dc31cae17 (patch)
treefca94c2257e68d62e488dfb1cb48ef3212e8373b /tools/perf/util/sort.h
parentperf kmem: Fix compiles on RHEL6/OL6 (diff)
downloadkernel-qcow2-linux-cc5e461ae8e071a95bf6ee917b50998dc31cae17.tar.gz
kernel-qcow2-linux-cc5e461ae8e071a95bf6ee917b50998dc31cae17.tar.xz
kernel-qcow2-linux-cc5e461ae8e071a95bf6ee917b50998dc31cae17.zip
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@kernel.org> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1429416255-12070-2-git-send-email-namhyung@kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/sort.h')
-rw-r--r--tools/perf/util/sort.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/sort.h b/tools/perf/util/sort.h
index 846036a921dc..af192f172fa2 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;