Home
last modified time | relevance | path

Searched refs:evsel__is_bpf_output (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/perf/util/
H A Devsel.h453 static inline bool evsel__is_bpf_output(struct evsel *evsel) in evsel__is_bpf_output() function
H A Ddata-convert-bt.c848 if (evsel__is_bpf_output(evsel)) { in process_sample_event()
1188 if (evsel__is_bpf_output(evsel)) { in add_event()
H A Devsel.c419 if (evsel__is_bpf_output(evsel) && !attr->sample_type) { in evsel__new_idx()
1280 return evsel__is_bpf_output(evsel) && evsel__name_is(evsel, OFFCPU_EVENT); in evsel__is_offcpu_event()
H A Devlist.c2591 if (evsel__is_bpf_output(evsel)) in evlist__has_bpf_output()
/linux-6.15/tools/perf/
H A Dbuiltin-script.c2298 if (evsel__is_bpf_output(evsel) && PRINT_FIELD(BPF_OUTPUT)) in process_event()
H A Dbuiltin-trace.c3284 if (evsel__is_bpf_output(evsel)) { in trace__event_handler()