aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf/builtin-record.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools/perf/builtin-record.c')
-rw-r--r--tools/perf/builtin-record.c8
1 files changed, 3 insertions, 5 deletions
diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c
index b93573c7ac0b..cb46c7d0ea99 100644
--- a/tools/perf/builtin-record.c
+++ b/tools/perf/builtin-record.c
@@ -45,7 +45,7 @@ static int output;
45static int pipe_output = 0; 45static int pipe_output = 0;
46static const char *output_name = "perf.data"; 46static const char *output_name = "perf.data";
47static int group = 0; 47static int group = 0;
48static unsigned int realtime_prio = 0; 48static int realtime_prio = 0;
49static bool raw_samples = false; 49static bool raw_samples = false;
50static bool system_wide = false; 50static bool system_wide = false;
51static int profile_cpu = -1; 51static int profile_cpu = -1;
@@ -822,10 +822,8 @@ static const struct option options[] = {
822 "output file name"), 822 "output file name"),
823 OPT_BOOLEAN('i', "no-inherit", &no_inherit, 823 OPT_BOOLEAN('i', "no-inherit", &no_inherit,
824 "child tasks do not inherit counters"), 824 "child tasks do not inherit counters"),
825 OPT_INTEGER('F', "freq", &user_freq, 825 OPT_UINTEGER('F', "freq", &user_freq, "profile at this frequency"),
826 "profile at this frequency"), 826 OPT_UINTEGER('m', "mmap-pages", &mmap_pages, "number of mmap data pages"),
827 OPT_INTEGER('m', "mmap-pages", &mmap_pages,
828 "number of mmap data pages"),
829 OPT_BOOLEAN('g', "call-graph", &call_graph, 827 OPT_BOOLEAN('g', "call-graph", &call_graph,
830 "do call-graph (stack chain/backtrace) recording"), 828 "do call-graph (stack chain/backtrace) recording"),
831 OPT_INCR('v', "verbose", &verbose, 829 OPT_INCR('v', "verbose", &verbose,