Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/sched_ext/
H A Dpeek_dsq.c147 skel->bss->debug_ksym_exists); in run()
190 if (skel->bss->debug_ksym_exists && pid_count == 0) { in run()
194 if (skel->bss->debug_ksym_exists && pid_count > 0) in run()
H A Dpeek_dsq.bpf.c34 bool debug_ksym_exists; variable
182 debug_ksym_exists = bpf_ksym_exists(scx_bpf_dsq_peek) ? 1 : 0; in BPF_STRUCT_OPS_SLEEPABLE()