summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/top.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2011-03-11 16:38:48 +0100
committerArnaldo Carvalho de Melo2011-03-11 17:28:45 +0100
commit8b8ba4a9a5b04916858f79cee71873f973931649 (patch)
treec42f76dc40e01a5d539dd63f22eadbe696c96c49 /tools/perf/util/top.h
parentperf top: Remove redundant perf_top->sym_counter (diff)
downloadkernel-qcow2-linux-8b8ba4a9a5b04916858f79cee71873f973931649.tar.gz
kernel-qcow2-linux-8b8ba4a9a5b04916858f79cee71873f973931649.tar.xz
kernel-qcow2-linux-8b8ba4a9a5b04916858f79cee71873f973931649.zip
perf top: Remove redundant syme->origin field
We can get it from syme->map->dso->kernel (that should be renamed to origin, but leave this for another patch). Cc: Frederic Weisbecker <fweisbec@gmail.com> Cc: Ingo Molnar <mingo@elte.hu> Cc: Mike Galbraith <efault@gmx.de> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Stephane Eranian <eranian@google.com> Cc: Tom Zanussi <tzanussi@gmail.com> LKML-Reference: <new-submission> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/top.h')
-rw-r--r--tools/perf/util/top.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/top.h b/tools/perf/util/top.h
index 96a78312c719..ba111b25e16a 100644
--- a/tools/perf/util/top.h
+++ b/tools/perf/util/top.h
@@ -17,7 +17,6 @@ struct sym_entry {
unsigned long snap_count;
double weight;
int skip;
- u8 origin;
struct map *map;
unsigned long count[0];
};