Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_off_cpu.c49 scnprintf(off_cpu_event, sizeof(off_cpu_event), "bpf-output/name=%s/", OFFCPU_EVENT); in off_cpu_config()
85 evsel = evlist__find_evsel_by_str(evlist, OFFCPU_EVENT); in off_cpu_start()
87 pr_err("%s evsel not found\n", OFFCPU_EVENT); in off_cpu_start()
337 evsel = evlist__find_evsel_by_str(session->evlist, OFFCPU_EVENT); in off_cpu_write()
339 pr_err("%s evsel not found\n", OFFCPU_EVENT); in off_cpu_write()
H A Doff_cpu.h11 #define OFFCPU_EVENT "offcpu-time" macro
H A Devsel.c1461 return evsel__is_bpf_output(evsel) && evsel__name_is(evsel, OFFCPU_EVENT) && in evsel__is_offcpu_event()
/linux/tools/perf/
H A Dbuiltin-record.c2646 evlist__enable_evsel(rec->evlist, (char *)OFFCPU_EVENT); in __cmd_record()