Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/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()
/kernel/linux/linux-5.10/tools/perf/util/
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()
Dthread.h43 bool comm_set; member
Ddb-export.c532 if (!thread || !thread->comm_set) in db_export__pid_tid()
Dhist.c2738 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2743 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
Dhists.c2535 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread()
2539 thread->comm_set ? thread__comm_str(thread) : ""); in do_zoom_thread()
2565 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt()
2570 thread->comm_set ? thread__comm_str(thread) : ""); in add_thread_opt()
/kernel/linux/linux-5.10/tools/perf/
Dbuiltin-trace.c2523 if (child->comm_set)