diff options
Diffstat (limited to 'tools/perf/builtin-record.c')
| -rw-r--r-- | tools/perf/builtin-record.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/builtin-record.c b/tools/perf/builtin-record.c index f91352f847c0..772f1057647f 100644 --- a/tools/perf/builtin-record.c +++ b/tools/perf/builtin-record.c @@ -2452,7 +2452,7 @@ static struct option __record_options[] = {  	OPT_BOOLEAN(0, "tail-synthesize", &record.opts.tail_synthesize,  		    "synthesize non-sample events at the end of output"),  	OPT_BOOLEAN(0, "overwrite", &record.opts.overwrite, "use overwrite mode"), -	OPT_BOOLEAN(0, "no-bpf-event", &record.opts.no_bpf_event, "record bpf events"), +	OPT_BOOLEAN(0, "no-bpf-event", &record.opts.no_bpf_event, "do not record bpf events"),  	OPT_BOOLEAN(0, "strict-freq", &record.opts.strict_freq,  		    "Fail if the specified frequency can't be used"),  	OPT_CALLBACK('F', "freq", &record.opts, "freq or 'max'",  |