Home
last modified time | relevance | path

Searched refs:has_task (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c48 const volatile int has_task = 0; variable
74 if (has_task) { in BPF_PROG()
H A Doff_cpu.bpf.c90 const volatile int has_task = 0; variable
160 if (has_task) { in can_record()
H A Dlock_contention.bpf.c169 const volatile int has_task; variable
237 if (has_task) { in can_record()
/linux-6.15/tools/perf/util/
H A Dbpf_off_cpu.c76 if (skel->rodata->has_task && skel->rodata->uses_tgid && in off_cpu_start()
180 skel->rodata->has_task = 1; in off_cpu_prepare()
185 skel->rodata->has_task = 1; in off_cpu_prepare()
188 skel->rodata->has_task = 1; in off_cpu_prepare()
H A Dbpf_ftrace.c57 skel->rodata->has_task = 1; in perf_ftrace__latency_prepare_bpf()
H A Dbpf_lock_contention.c154 skel->rodata->has_task = 1; in lock_contention_prepare()