Searched refs:comm_set (Results 1 – 7 of 7) sorted by relevance
10 if (!thread->comm_set) in syscall_arg__scnprintf_pid()13 if (thread->comm_set) in syscall_arg__scnprintf_pid()
201 if (!thread->comm_set) { in ____thread__set_comm()215 thread->comm_set = true; in ____thread__set_comm()354 if (parent->comm_set) { in thread__fork()
29 bool comm_set; member
182 if (main_thread->comm_set) in db_export__comm()
2525 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()2530 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
2401 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread()2405 thread->comm_set ? thread__comm_str(thread) : ""); in do_zoom_thread()2431 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt()2436 thread->comm_set ? thread__comm_str(thread) : ""); in add_thread_opt()
1878 if (child->comm_set) in trace__sys_exit()