diff options
author | Dave Martin <dave.martin@linaro.org> | 2010-07-27 10:46:12 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2010-07-27 10:46:12 -0400 |
commit | 88ca895dd4e0e64ebd942adb7925fa60ca5b2a98 (patch) | |
tree | f3680bbdcd63e60068fe18ec0c34d8f99e0519fe /tools/perf/builtin-report.c | |
parent | 361d13462585474267a0c41e956f1a1c19a93f17 (diff) |
perf tools: Remove unneeded code for tracking the cwd in perf sessions
Tidy-up patch to remove some code and struct perf_session data members
which are no longer needed due to the previous patch: "perf tools: Don't
abbreviate file paths relative to the cwd".
LKML-Reference: <new-submission>
Signed-off-by: Dave Martin <dave.martin@linaro.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index ce42bbaa252d..2f4b92925b26 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -441,8 +441,6 @@ static const struct option options[] = { | |||
441 | "pretty printing style key: normal raw"), | 441 | "pretty printing style key: normal raw"), |
442 | OPT_STRING('s', "sort", &sort_order, "key[,key2...]", | 442 | OPT_STRING('s', "sort", &sort_order, "key[,key2...]", |
443 | "sort by key(s): pid, comm, dso, symbol, parent"), | 443 | "sort by key(s): pid, comm, dso, symbol, parent"), |
444 | OPT_BOOLEAN('P', "full-paths", &symbol_conf.full_paths, | ||
445 | "Don't shorten the pathnames taking into account the cwd"), | ||
446 | OPT_BOOLEAN(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, | 444 | OPT_BOOLEAN(0, "showcpuutilization", &symbol_conf.show_cpu_utilization, |
447 | "Show sample percentage for different cpu modes"), | 445 | "Show sample percentage for different cpu modes"), |
448 | OPT_STRING('p', "parent", &parent_pattern, "regex", | 446 | OPT_STRING('p', "parent", &parent_pattern, "regex", |