Searched refs:comm_set (Results 1 – 7 of 7) sorted by relevance
11 if (!thread->comm_set) in syscall_arg__scnprintf_pid()14 if (thread->comm_set) in syscall_arg__scnprintf_pid()
245 if (!thread->comm_set) { in ____thread__set_comm()259 thread->comm_set = true; in ____thread__set_comm()393 if (parent->comm_set) { in thread__fork()
43 bool comm_set; member
530 if (!thread || !thread->comm_set) in db_export__pid_tid()
2756 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()2761 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
2536 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread()2540 thread->comm_set ? thread__comm_str(thread) : ""); in do_zoom_thread()2566 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt()2571 thread->comm_set ? thread__comm_str(thread) : ""); in add_thread_opt()
2543 if (child->comm_set)
Completed in 30 milliseconds