Home
last modified time | relevance | path

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

/linux/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c42 const volatile int has_task = 0; variable
64 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.c121 const volatile int has_task; variable
182 if (has_task) { in can_record()
/linux/tools/perf/util/
H A Dbpf_off_cpu.c76 if (skel->rodata->has_task && skel->rodata->uses_tgid && in off_cpu_start()
175 skel->rodata->has_task = 1; in off_cpu_prepare()
180 skel->rodata->has_task = 1; in off_cpu_prepare()
183 skel->rodata->has_task = 1; in off_cpu_prepare()
H A Dbpf_ftrace.c49 skel->rodata->has_task = 1; in perf_ftrace__latency_prepare_bpf()
H A Dbpf_lock_contention.c54 skel->rodata->has_task = 1; in lock_contention_prepare()