Re: [PATCH] perf record: Correct the help info of option "--no-bpf-event"

2020-08-21 Thread Arnaldo Carvalho de Melo
Em Wed, Aug 19, 2020 at 03:38:30PM +, Song Liu escreveu: > > > > On Aug 18, 2020, at 8:19 PM, Wei Li wrote: > > > > The help info of option "--no-bpf-event" is wrongly described as > > "record bpf events", correct it. > > > > Fixes: 71184c6ab7e6 ("perf record: Replace option --bpf-event wi

Re: [PATCH] perf record: Correct the help info of option "--no-bpf-event"

2020-08-19 Thread Song Liu
> On Aug 18, 2020, at 8:19 PM, Wei Li wrote: > > The help info of option "--no-bpf-event" is wrongly described as > "record bpf events", correct it. > > Fixes: 71184c6ab7e6 ("perf record: Replace option --bpf-event with > --no-bpf-event") > Signed-off-by: Wei Li Thanks for the fix! Acked-

[PATCH] perf record: Correct the help info of option "--no-bpf-event"

2020-08-18 Thread Wei Li
The help info of option "--no-bpf-event" is wrongly described as "record bpf events", correct it. Fixes: 71184c6ab7e6 ("perf record: Replace option --bpf-event with --no-bpf-event") Signed-off-by: Wei Li --- tools/perf/builtin-record.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff