no_bpf_event     1457 tools/perf/builtin-record.c 	if (!opts->no_bpf_event)
no_bpf_event     1462 tools/perf/builtin-record.c 		opts->no_bpf_event = true;
no_bpf_event     1733 tools/perf/builtin-record.c 	if (!opts->no_bpf_event)
no_bpf_event     2140 tools/perf/builtin-record.c 	OPT_BOOLEAN(0, "no-bpf-event", &record.opts.no_bpf_event, "record bpf events"),
no_bpf_event     1508 tools/perf/builtin-top.c 	OPT_BOOLEAN(0, "no-bpf-event", &top.record_opts.no_bpf_event, "do not record bpf events"),
no_bpf_event     1683 tools/perf/builtin-top.c 	if (!top.record_opts.no_bpf_event)
no_bpf_event     1688 tools/perf/builtin-top.c 		opts->no_bpf_event = true;
no_bpf_event     1693 tools/perf/builtin-top.c 	if (!opts->no_bpf_event)
no_bpf_event      255 tools/perf/util/bpf-event.c 	if (!opts->no_bpf_event) {
no_bpf_event     1082 tools/perf/util/evsel.c 	attr->bpf_event = track && !opts->no_bpf_event && !perf_missing_features.bpf;
no_bpf_event       46 tools/perf/util/record.h 	bool	      no_bpf_event;