diff options
Diffstat (limited to 'tools/perf/builtin-report.c')
-rw-r--r-- | tools/perf/builtin-report.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tools/perf/builtin-report.c b/tools/perf/builtin-report.c index 1a806d5f05cf..0af48401f089 100644 --- a/tools/perf/builtin-report.c +++ b/tools/perf/builtin-report.c | |||
@@ -38,6 +38,7 @@ static char *dso_list_str, *comm_list_str, *sym_list_str, | |||
38 | static struct strlist *dso_list, *comm_list, *sym_list; | 38 | static struct strlist *dso_list, *comm_list, *sym_list; |
39 | 39 | ||
40 | static int force; | 40 | static int force; |
41 | static bool use_modules; | ||
41 | 42 | ||
42 | static int full_paths; | 43 | static int full_paths; |
43 | static int show_nr_samples; | 44 | static int show_nr_samples; |
@@ -1023,7 +1024,7 @@ static const struct option options[] = { | |||
1023 | "dump raw trace in ASCII"), | 1024 | "dump raw trace in ASCII"), |
1024 | OPT_STRING('k', "vmlinux", &vmlinux_name, "file", "vmlinux pathname"), | 1025 | OPT_STRING('k', "vmlinux", &vmlinux_name, "file", "vmlinux pathname"), |
1025 | OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), | 1026 | OPT_BOOLEAN('f', "force", &force, "don't complain, do it"), |
1026 | OPT_BOOLEAN('m', "modules", &modules, | 1027 | OPT_BOOLEAN('m', "modules", &use_modules, |
1027 | "load module symbols - WARNING: use only with -k and LIVE kernel"), | 1028 | "load module symbols - WARNING: use only with -k and LIVE kernel"), |
1028 | OPT_BOOLEAN('n', "show-nr-samples", &show_nr_samples, | 1029 | OPT_BOOLEAN('n', "show-nr-samples", &show_nr_samples, |
1029 | "Show a column with the number of samples"), | 1030 | "Show a column with the number of samples"), |