diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2009-12-27 18:37:04 -0500 |
---|---|---|
committer | Ingo Molnar <mingo@elte.hu> | 2009-12-28 03:03:35 -0500 |
commit | f7d87444e6ee6f4a19634e5412664c1c529a2370 (patch) | |
tree | 51276ba205c80aa13e9345888351fc89d74b876a /tools/perf/util/symbol.h | |
parent | 31d337c4ee3152b7271897eae576251643f5a3b5 (diff) |
perf session: Move full_paths config to symbol_conf
Now perf_event_ops has just that, event handlers.
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: <1261957026-15580-8-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/util/symbol.h b/tools/perf/util/symbol.h index 8aded2356f79..9eabd60f819d 100644 --- a/tools/perf/util/symbol.h +++ b/tools/perf/util/symbol.h | |||
@@ -58,7 +58,8 @@ struct symbol_conf { | |||
58 | sort_by_name, | 58 | sort_by_name, |
59 | show_nr_samples, | 59 | show_nr_samples, |
60 | use_callchain, | 60 | use_callchain, |
61 | exclude_other; | 61 | exclude_other, |
62 | full_paths; | ||
62 | const char *vmlinux_name, | 63 | const char *vmlinux_name, |
63 | *field_sep; | 64 | *field_sep; |
64 | char *dso_list_str, | 65 | char *dso_list_str, |