Home
last modified time | relevance | path

Searched refs:comm_set (Results 1 – 7 of 7) sorted by relevance

/Linux-v4.19/tools/perf/trace/beauty/
Dpid.c10 if (!thread->comm_set) in syscall_arg__scnprintf_pid()
13 if (thread->comm_set) in syscall_arg__scnprintf_pid()
/Linux-v4.19/tools/perf/util/
Dthread.c201 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()
Dthread.h29 bool comm_set; member
Ddb-export.c182 if (main_thread->comm_set) in db_export__comm()
Dhist.c2525 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2530 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
/Linux-v4.19/tools/perf/ui/browsers/
Dhists.c2401 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()
/Linux-v4.19/tools/perf/
Dbuiltin-trace.c1878 if (child->comm_set) in trace__sys_exit()