Home
last modified time | relevance | path

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

/linux-6.3-rc2/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-6.3-rc2/tools/perf/util/
A Dthread.c246 if (!thread->comm_set) { in ____thread__set_comm()
260 thread->comm_set = true; in ____thread__set_comm()
394 if (parent->comm_set) { in thread__fork()
A Dthread.h44 bool comm_set; member
A Ddb-export.c530 if (!thread || !thread->comm_set) in db_export__pid_tid()
A Dhist.c2770 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2775 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
/linux-6.3-rc2/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-6.3-rc2/tools/perf/
A Dbuiltin-trace.c2548 if (child->comm_set)

Completed in 32 milliseconds