Home
last modified time | relevance | path

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

/linux/tools/perf/trace/beauty/
A Dpid.c11 if (!thread->comm_set) in syscall_arg__scnprintf_pid()
14 if (thread->comm_set) in syscall_arg__scnprintf_pid()
/linux/tools/perf/util/
A Dthread.c245 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()
A Dthread.h43 bool comm_set; member
A Ddb-export.c530 if (!thread || !thread->comm_set) in db_export__pid_tid()
A Dhist.c2756 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2761 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
/linux/tools/perf/ui/browsers/
A Dhists.c2536 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()
/linux/tools/perf/
A Dbuiltin-trace.c2543 if (child->comm_set)

Completed in 30 milliseconds