Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Devsel.h452 static inline bool evsel__is_bpf_output(struct evsel *evsel) in evsel__is_bpf_output() function
H A Ddata-convert-bt.c847 if (evsel__is_bpf_output(evsel)) { in process_sample_event()
1186 if (evsel__is_bpf_output(evsel)) { in add_event()
H A Devsel.c307 if (evsel__is_bpf_output(evsel) && !attr->sample_type) { in evsel__new_idx()
1096 return evsel__is_bpf_output(evsel) && evsel__name_is(evsel, OFFCPU_EVENT); in evsel__is_offcpu_event()
/openbmc/linux/tools/perf/
H A Dbuiltin-script.c2244 if (evsel__is_bpf_output(evsel) && PRINT_FIELD(BPF_OUTPUT)) in process_event()
H A Dbuiltin-trace.c2866 if (evsel__is_bpf_output(evsel)) {