Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/bpf_skel/
H A Doff_cpu.bpf.c91 const volatile int has_cgroup = 0; variable
174 if (has_cgroup) { in can_record()
H A Dlock_contention.bpf.c172 const volatile int has_cgroup; variable
264 if (has_cgroup) { in can_record()
/linux-6.15/tools/perf/util/
H A Dbpf_off_cpu.c198 skel->rodata->has_cgroup = 1; in off_cpu_prepare()
H A Dbpf_lock_contention.c162 skel->rodata->has_cgroup = 1; in lock_contention_prepare()