Home
last modified time | relevance | path

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

/tools/perf/util/bpf_skel/
A Dkwork_top.bpf.c24 #define PF_KTHREAD 0x00200000 macro
117 .is_kthread = task->flags & PF_KTHREAD ? 1 : 0, in update_task_info()
A Doff_cpu.bpf.c9 #define PF_KTHREAD 0x00200000 /* I am a kernel thread */ macro
173 if (t->flags & PF_KTHREAD) in can_record()
/tools/sched_ext/
A Dscx_central.bpf.c114 if ((p->flags & PF_KTHREAD) && p->nr_cpus_allowed == 1) { in BPF_STRUCT_OPS()
A Dscx_flatcg.bpf.c373 if (p->nr_cpus_allowed == 1 && (p->flags & PF_KTHREAD)) { in BPF_STRUCT_OPS()
A Dscx_qmap.bpf.c203 if (p->flags & PF_KTHREAD) { in BPF_STRUCT_OPS()
/tools/sched_ext/include/scx/
A Dcommon.bpf.h31 #define PF_KTHREAD 0x00200000 /* I am a kernel thread */ macro

Completed in 13 milliseconds