Home
last modified time | relevance | path

Searched refs:comm_set (Results 1 - 8 of 8) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/trace/beauty/
H A Dpid.c11 if (!thread->comm_set) in syscall_arg__scnprintf_pid()
14 if (thread->comm_set) in syscall_arg__scnprintf_pid()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dthread.h46 bool comm_set; in DECLARE_RC_STRUCT() local
194 return RC_CHK_ACCESS(thread)->comm_set; in thread__comm_set()
199 RC_CHK_ACCESS(thread)->comm_set = set; in thread__set_comm_set()
/kernel/linux/linux-5.10/tools/perf/util/
H 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()
H A Dthread.h43 bool comm_set; member
H A Ddb-export.c532 if (!thread || !thread->comm_set) in db_export__pid_tid()
H A Dhist.c2742 (thread->comm_set ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2747 (thread->comm_set ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
/kernel/linux/linux-5.10/tools/perf/ui/browsers/
H A Dhists.c2525 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread()
2529 thread->comm_set ? thread__comm_str(thread) : ""); in do_zoom_thread()
2555 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt()
2560 thread->comm_set ? thread__comm_str(thread) : ""); in add_thread_opt()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-trace.c2529 if (child->comm_set)

Completed in 17 milliseconds