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:
6b1a275
)
perf hists: Get rid of position field from struct hist_entry
author
Namhyung Kim
<namhyung@kernel.org>
Sun, 19 Apr 2015 04:04:09 +0000
(13:04 +0900)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 29 Apr 2015 13:37:44 +0000
(10:37 -0300)
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>
tools/perf/util/sort.h
patch
|
blob
|
history
diff --git
a/tools/perf/util/sort.h
b/tools/perf/util/sort.h
index 846036a921dc9152623fd5e70671b5f196e4b3de..af192f172fa2995d65eca8a6fa25d77990438eaf 100644
(file)
--- 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;