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.c51 scnprintf(off_cpu_event, sizeof(off_cpu_event), "bpf-output/name=%s/", OFFCPU_EVENT); in off_cpu_config()
87 evsel = evlist__find_evsel_by_str(evlist, OFFCPU_EVENT); in off_cpu_start()
89 pr_err("%s evsel not found\n", OFFCPU_EVENT); in off_cpu_start()
339 evsel = evlist__find_evsel_by_str(session->evlist, OFFCPU_EVENT); in off_cpu_write()
341 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.c1543 return evsel__is_bpf_output(evsel) && evsel__name_is(evsel, OFFCPU_EVENT) && in evsel__config()
/linux/tools/perf/
H A Dbuiltin-record.c2663 evlist__enable_evsel(rec->evlist, (char *)OFFCPU_EVENT); in __cmd_record()