Home
last modified time | relevance | path

Searched refs:is_kthread (Results 1 – 4 of 4) sorted by relevance

/linux/tools/perf/util/
H A Dbpf_kwork_top.c40 __u32 is_kthread; member
234 work->is_kthread = data.is_kthread; in read_task_info()
H A Dkwork.h140 bool is_kthread; member
/linux/tools/perf/util/bpf_skel/
H A Dkwork_top.bpf.c35 __u32 is_kthread; member
115 .is_kthread = task->flags & PF_KTHREAD ? 1 : 0, in update_task_info()
/linux/tools/perf/
H A Dbuiltin-kwork.c1675 work->is_kthread ? "[" : "", in top_print_work()
1677 work->is_kthread ? "]" : ""); in top_print_work()