Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Devsel.h428 static inline bool evsel__is_bpf_output(struct evsel *evsel) in evsel__is_bpf_output() function
Ddata-convert-bt.c843 if (evsel__is_bpf_output(evsel)) { in process_sample_event()
1182 if (evsel__is_bpf_output(evsel)) { in add_event()
Devsel.c304 if (evsel__is_bpf_output(evsel) && !attr->sample_type) { in evsel__new_idx()
1122 return evsel__is_bpf_output(evsel) && !strcmp(evsel->name, OFFCPU_EVENT); in evsel__is_offcpu_event()
Dbpf-loader.c1776 if (evsel__is_bpf_output(evsel)) in apply_config_evsel_for_key()
/Linux-v6.1/tools/perf/
Dbuiltin-script.c2207 if (evsel__is_bpf_output(evsel) && PRINT_FIELD(BPF_OUTPUT)) in process_event()
Dbuiltin-trace.c2823 if (evsel__is_bpf_output(evsel)) {