diff options
| author | Mike Galbraith <[email protected]> | 2009-07-02 06:08:36 +0000 |
|---|---|---|
| committer | Ingo Molnar <[email protected]> | 2009-07-02 06:42:21 +0000 |
| commit | 6cfcc53ed4f3ecb9319e73a03f34f1eddcb644dd (patch) | |
| tree | 8840ca050d86223443f2539085c4ef12234be069 /tools/perf/builtin-annotate.c | |
| parent | perf_counter tools: Add infrastructure to support loading of kernel module sy... (diff) | |
| download | kernel-6cfcc53ed4f3ecb9319e73a03f34f1eddcb644dd.tar.gz kernel-6cfcc53ed4f3ecb9319e73a03f34f1eddcb644dd.zip | |
perf_counter tools: Connect module support infrastructure to symbol loading infrastructure
Signed-off-by: Mike Galbraith <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Arnaldo Carvalho de Melo <[email protected]>
LKML-Reference: <[email protected]>
Signed-off-by: Ingo Molnar <[email protected]>
Diffstat (limited to 'tools/perf/builtin-annotate.c')
| -rw-r--r-- | tools/perf/builtin-annotate.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-annotate.c b/tools/perf/builtin-annotate.c index 3becc8a35bee..88205686eb6e 100644 --- a/tools/perf/builtin-annotate.c +++ b/tools/perf/builtin-annotate.c @@ -171,7 +171,7 @@ static int load_kernel(void) if (!kernel_dso) return -1; - err = dso__load_kernel(kernel_dso, vmlinux, NULL, verbose); + err = dso__load_kernel(kernel_dso, vmlinux, NULL, verbose, 0); if (err <= 0) { dso__delete(kernel_dso); kernel_dso = NULL; |
