Home
last modified time | relevance | path

Searched refs:evsel__is_offcpu_event (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_off_cpu.c56 if (evsel__is_offcpu_event(evsel)) { in off_cpu_config()
H A Devsel.h584 bool evsel__is_offcpu_event(struct evsel *evsel);
H A Devsel.c1459 bool evsel__is_offcpu_event(struct evsel *evsel) in evsel__is_offcpu_event() function
1742 if (evsel__is_offcpu_event(evsel)) { in evsel__config()
3585 if (evsel__is_offcpu_event(evsel)) in evsel__parse_sample()
/linux/tools/perf/
H A Dbuiltin-script.c677 if (evsel__has_callchain(evsel) || evsel__is_offcpu_event(evsel)) { in perf_session__check_output_opt()
2536 if (evsel__is_bpf_output(evsel) && !evsel__is_offcpu_event(evsel) && PRINT_FIELD(BPF_OUTPUT)) in process_event()