Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/trace/beauty/
Dpid.c11 if (!thread->comm_set) in syscall_arg__scnprintf_pid()
14 if (thread->comm_set) in syscall_arg__scnprintf_pid()
/linux-6.1.9/tools/perf/util/
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()
Dthread.h44 bool comm_set; member
Ddb-export.c530 if (!thread || !thread->comm_set) in db_export__pid_tid()
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.1.9/tools/perf/ui/browsers/
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.1.9/tools/perf/
Dbuiltin-trace.c2553 if (child->comm_set)