Home
last modified time | relevance | path

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

/linux-6.14.4/tools/perf/trace/beauty/
Dpid.c11 if (!thread__comm_set(thread)) in syscall_arg__scnprintf_pid()
14 if (thread__comm_set(thread)) in syscall_arg__scnprintf_pid()
/linux-6.14.4/tools/perf/util/
Dthread.c236 if (!thread__comm_set(thread)) { in ____thread__set_comm()
394 if (thread__comm_set(parent)) { in thread__fork()
Dthread.h200 static inline bool thread__comm_set(const struct thread *thread) in thread__comm_set() function
Ddb-export.c536 if (!thread || !thread__comm_set(thread)) in db_export__pid_tid()
Dhist.c2823 (thread__comm_set(thread) ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2828 (thread__comm_set(thread) ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
/linux-6.14.4/tools/perf/ui/browsers/
Dhists.c2551 thread__comm_set(thread) ? thread__comm_str(thread) : ""; in do_zoom_thread()
2583 comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : ""; in add_thread_opt()
/linux-6.14.4/tools/perf/
Dbuiltin-trace.c2869 if (thread__comm_set(child)) in trace__sys_exit()