Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/trace/beauty/
H A Dpid.c11 if (!thread__comm_set(thread)) in syscall_arg__scnprintf_pid()
14 if (thread__comm_set(thread)) in syscall_arg__scnprintf_pid()
/openbmc/linux/tools/perf/util/
H A Dthread.c236 if (!thread__comm_set(thread)) { in ____thread__set_comm()
396 if (thread__comm_set(parent)) { in thread__fork()
H A Dthread.h206 static inline bool thread__comm_set(const struct thread *thread) in thread__comm_set() function
H A Ddb-export.c536 if (!thread || !thread__comm_set(thread)) in db_export__pid_tid()
H A Dhist.c2810 (thread__comm_set(thread) ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2815 (thread__comm_set(thread) ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
/openbmc/linux/tools/perf/ui/browsers/
H A Dhists.c2524 thread__comm_set(thread) ? thread__comm_str(thread) : ""; in do_zoom_thread()
2556 comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : ""; in add_thread_opt()
/openbmc/linux/tools/perf/
H A Dbuiltin-trace.c2591 if (thread__comm_set(child))