Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dbpf_off_cpu.c73 if (skel->rodata->has_task && skel->rodata->uses_tgid && in off_cpu_start()
197 skel->rodata->has_task = 1; in off_cpu_prepare()
202 skel->rodata->has_task = 1; in off_cpu_prepare()
205 skel->rodata->has_task = 1; in off_cpu_prepare()
H A Dbpf_ftrace.c70 skel->rodata->has_task = 1; in perf_ftrace__latency_prepare_bpf()
H A Dbpf_lock_contention.c228 skel->rodata->has_task = 1; in lock_contention_prepare()
/linux/tools/perf/util/bpf_skel/
H A Dfunc_latency.bpf.c48 const volatile int has_task = 0; variable
66 if (has_task) { in can_record()
H A Doff_cpu.bpf.c117 const volatile int has_task = 0; variable
189 if (has_task) { in can_record()
H A Dlock_contention.bpf.c182 const volatile int has_task; variable
251 if (has_task) { in can_record()