diff options
author | Arnaldo Carvalho de Melo | 2009-12-28 00:37:04 +0100 |
---|---|---|
committer | Ingo Molnar | 2009-12-28 09:03:35 +0100 |
commit | f7d87444e6ee6f4a19634e5412664c1c529a2370 (patch) | |
tree | 51276ba205c80aa13e9345888351fc89d74b876a /tools/perf/builtin-diff.c | |
parent | perf session: Move total_unknown to perf_session->unknown events (diff) | |
download | kernel-qcow2-linux-f7d87444e6ee6f4a19634e5412664c1c529a2370.tar.gz kernel-qcow2-linux-f7d87444e6ee6f4a19634e5412664c1c529a2370.tar.xz kernel-qcow2-linux-f7d87444e6ee6f4a19634e5412664c1c529a2370.zip |
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/builtin-diff.c')
-rw-r--r-- | tools/perf/builtin-diff.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-diff.c b/tools/perf/builtin-diff.c index bd71b8ceafb7..e164b3d45cd4 100644 --- a/tools/perf/builtin-diff.c +++ b/tools/perf/builtin-diff.c @@ -204,7 +204,7 @@ static const struct option options[] = { OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), OPT_BOOLEAN('m', "modules", &symbol_conf.use_modules, "load module symbols - WARNING: use only with -k and LIVE kernel"), - OPT_BOOLEAN('P', "full-paths", &event_ops.full_paths, + OPT_BOOLEAN('P', "full-paths", &symbol_conf.full_paths, "Don't shorten the pathnames taking into account the cwd"), OPT_STRING('d', "dsos", &symbol_conf.dso_list_str, "dso[,dso...]", "only consider symbols in these dsos"), |