summaryrefslogtreecommitdiffstats
path: root/Documentation/perf_counter/util/symbol.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2009-05-28 19:55:19 +0200
committerIngo Molnar2009-05-28 23:25:44 +0200
commita827c875f2ebe69c6e6db5e7f112d4beb4d80f01 (patch)
tree68ffab0b70688679a239c1e6312ff565784fb0c9 /Documentation/perf_counter/util/symbol.h
parentperf_counter tools: struct symbol priv area (diff)
downloadkernel-qcow2-linux-a827c875f2ebe69c6e6db5e7f112d4beb4d80f01.tar.gz
kernel-qcow2-linux-a827c875f2ebe69c6e6db5e7f112d4beb4d80f01.tar.xz
kernel-qcow2-linux-a827c875f2ebe69c6e6db5e7f112d4beb4d80f01.zip
perf_counter tools: Consolidate dso methods to load kernel symbols
Now one has just to use dso__load_kernel() optionally passing a vmlinux filename. Will make things easier for perf top that will want to pass a callback to filter some symbols. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> Cc: Paul Mackerras <paulus@samba.org> Cc: Mike Galbraith <efault@gmx.de> Cc: Steven Rostedt <rostedt@goodmis.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Signed-off-by: Ingo Molnar <mingo@elte.hu>
Diffstat (limited to 'Documentation/perf_counter/util/symbol.h')
-rw-r--r--Documentation/perf_counter/util/symbol.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/Documentation/perf_counter/util/symbol.h b/Documentation/perf_counter/util/symbol.h
index 9e120af9c71f..db2fdf9f70a2 100644
--- a/Documentation/perf_counter/util/symbol.h
+++ b/Documentation/perf_counter/util/symbol.h
@@ -29,8 +29,7 @@ static inline void *dso__sym_priv(struct dso *self, struct symbol *sym)
struct symbol *dso__find_symbol(struct dso *self, uint64_t ip);
-int dso__load_kallsyms(struct dso *self);
-int dso__load_vmlinux(struct dso *self, const char *vmlinux);
+int dso__load_kernel(struct dso *self, const char *vmlinux);
int dso__load(struct dso *self);
size_t dso__fprintf(struct dso *self, FILE *fp);