Searched refs:evsel__is_bpf_output (Results 1 – 6 of 6) sorted by relevance
468 static inline bool evsel__is_bpf_output(struct evsel *evsel) in evsel__is_bpf_output() function
848 if (evsel__is_bpf_output(evsel)) { in process_sample_event()1188 if (evsel__is_bpf_output(evsel)) { in add_event()
422 if (evsel__is_bpf_output(evsel) && !attr->sample_type) { in evsel__new_idx()1265 return evsel__is_bpf_output(evsel) && evsel__name_is(evsel, OFFCPU_EVENT) && in evsel__is_offcpu_event()
2615 if (evsel__is_bpf_output(evsel)) in evlist__has_bpf_output()
2299 if (evsel__is_bpf_output(evsel) && !evsel__is_offcpu_event(evsel) && PRINT_FIELD(BPF_OUTPUT)) in process_event()
3285 if (evsel__is_bpf_output(evsel)) { in trace__event_handler()
Completed in 771 milliseconds