Home
last modified time | relevance | path

Searched refs:needs_cgroup (Results 1 – 2 of 2) sorted by relevance

/linux/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c95 const volatile bool needs_cgroup = false; variable
219 .cgroup_id = needs_cgroup ? get_cgroup_id(next) : 0, in off_cpu_stat()
/linux/tools/perf/util/
H A Dbpf_off_cpu.c197 skel->rodata->needs_cgroup = true; in off_cpu_prepare()