diff options
Diffstat (limited to 'tools')
-rw-r--r-- | tools/perf/builtin-top.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-top.c b/tools/perf/builtin-top.c index cf0d21f1ae10..5c2965562c5d 100644 --- a/tools/perf/builtin-top.c +++ b/tools/perf/builtin-top.c | |||
@@ -675,7 +675,7 @@ static const struct option options[] = { | |||
675 | "put the counters into a counter group"), | 675 | "put the counters into a counter group"), |
676 | OPT_STRING('s', "sym-filter", &sym_filter, "pattern", | 676 | OPT_STRING('s', "sym-filter", &sym_filter, "pattern", |
677 | "only display symbols matchig this pattern"), | 677 | "only display symbols matchig this pattern"), |
678 | OPT_BOOLEAN('z', "zero", &group, | 678 | OPT_BOOLEAN('z', "zero", &zero, |
679 | "zero history across updates"), | 679 | "zero history across updates"), |
680 | OPT_INTEGER('F', "freq", &freq, | 680 | OPT_INTEGER('F', "freq", &freq, |
681 | "profile at this frequency"), | 681 | "profile at this frequency"), |