Home
last modified time | relevance | path

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

/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()