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

/linux-master/tools/perf/util/
H A Devsel.h453 static inline bool evsel__is_bpf_output(struct evsel *evsel) function
H A Ddata-convert-bt.c847 if (evsel__is_bpf_output(evsel)) {
1186 if (evsel__is_bpf_output(evsel)) {
H A Devsel.c308 if (evsel__is_bpf_output(evsel) && !attr->sample_type) {
1097 return evsel__is_bpf_output(evsel) && evsel__name_is(evsel, OFFCPU_EVENT);
/linux-master/tools/perf/
H A Dbuiltin-script.c2260 if (evsel__is_bpf_output(evsel) && PRINT_FIELD(BPF_OUTPUT))
H A Dbuiltin-trace.c2866 if (evsel__is_bpf_output(evsel)) {

Completed in 153 milliseconds