summaryrefslogtreecommitdiffstats
path: root/tools/perf/util/symbol.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2009-11-27 19:29:15 +0100
committerIngo Molnar2009-11-27 20:21:58 +0100
commit605ca4ba017455d39ac6991c58eb1e80fb8af48d (patch)
treec037d9c0cecf549bafa131e9520a28c9d2d9dee0 /tools/perf/util/symbol.h
parentperf symbols: Split the dsos list into kernel and user parts (diff)
downloadkernel-qcow2-linux-605ca4ba017455d39ac6991c58eb1e80fb8af48d.tar.gz
kernel-qcow2-linux-605ca4ba017455d39ac6991c58eb1e80fb8af48d.tar.xz
kernel-qcow2-linux-605ca4ba017455d39ac6991c58eb1e80fb8af48d.zip
perf symbols: Unexport kernel_map__functions
perf annotate was the only user, and it doesn't really need it. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Frédéric Weisbecker <fweisbec@gmail.com> Cc: Mike Galbraith <efault@gmx.de> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Cc: Paul Mackerras <paulus@samba.org> LKML-Reference: <1259346563-12568-4-git-send-email-acme@infradead.org> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'tools/perf/util/symbol.h')
-rw-r--r--tools/perf/util/symbol.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h
index 5d0371fe8a06..fb0be9e92bf3 100644
--- a/tools/perf/util/symbol.h
+++ b/tools/perf/util/symbol.h
@@ -105,6 +105,5 @@ size_t kernel_maps__fprintf(FILE *fp);
int symbol__init(struct symbol_conf *conf);
extern struct list_head dsos__user, dsos__kernel;
-extern struct map *kernel_map__functions;
extern struct dso *vdso;
#endif /* __PERF_SYMBOL */