diff options
Diffstat (limited to 'tools/perf/builtin-top.c')
-rw-r--r-- | tools/perf/builtin-top.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index 71e6402729a8..531522d3d97b 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -1084,7 +1084,7 @@ int cmd_top(int argc, const char **argv, const char *prefix __maybe_unused) | |||
1084 | "dump the symbol table used for profiling"), | 1084 | "dump the symbol table used for profiling"), |
1085 | OPT_INTEGER('f', "count-filter", &top.count_filter, | 1085 | OPT_INTEGER('f', "count-filter", &top.count_filter, |
1086 | "only display functions with more events than this"), | 1086 | "only display functions with more events than this"), |
1087 | OPT_BOOLEAN('g', "group", &opts->group, | 1087 | OPT_BOOLEAN(0, "group", &opts->group, |
1088 | "put the counters into a counter group"), | 1088 | "put the counters into a counter group"), |
1089 | OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, | 1089 | OPT_BOOLEAN('i', "no-inherit", &opts->no_inherit, |
1090 | "child tasks do not inherit counters"), | 1090 | "child tasks do not inherit counters"), |
@@ -1105,7 +1105,7 @@ int cmd_top(int argc, const char **argv, const char *prefix __maybe_unused) | |||
1105 | " abort, in_tx, transaction"), | 1105 | " abort, in_tx, transaction"), |
1106 | OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, | 1106 | OPT_BOOLEAN('n', "show-nr-samples", &symbol_conf.show_nr_samples, |
1107 | "Show a column with the number of samples"), | 1107 | "Show a column with the number of samples"), |
1108 | OPT_CALLBACK_NOOPT('G', NULL, &top.record_opts, | 1108 | OPT_CALLBACK_NOOPT('g', NULL, &top.record_opts, |
1109 | NULL, "enables call-graph recording", | 1109 | NULL, "enables call-graph recording", |
1110 | &callchain_opt), | 1110 | &callchain_opt), |
1111 | OPT_CALLBACK(0, "call-graph", &top.record_opts, | 1111 | OPT_CALLBACK(0, "call-graph", &top.record_opts, |