Home
last modified time | relevance | path

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

/tools/perf/trace/beauty/
A Dpid.c11 if (!thread__comm_set(thread)) in syscall_arg__scnprintf_pid()
14 if (thread__comm_set(thread)) in syscall_arg__scnprintf_pid()
/tools/perf/util/
A Dthread.c257 if (!thread__comm_set(thread)) { in ____thread__set_comm()
416 if (thread__comm_set(parent)) { in thread__fork()
A Dthread.h204 static inline bool thread__comm_set(const struct thread *thread) in thread__comm_set() function
A Ddb-export.c541 if (!thread || !thread__comm_set(thread)) in db_export__pid_tid()
A Dhist.c2972 (thread__comm_set(thread) ? thread__comm_str(thread) : ""), in __hists__scnprintf_title()
2977 (thread__comm_set(thread) ? thread__comm_str(thread) : "")); in __hists__scnprintf_title()
/tools/perf/ui/browsers/
A Dhists.c2588 thread__comm_set(thread) ? thread__comm_str(thread) : ""; in do_zoom_thread()
2620 comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : ""; in add_thread_opt()
/tools/perf/
A Dbuiltin-sched.c2204 if (!thread__comm_set(thread)) { in timehist_print_sample()
A Dbuiltin-trace.c3011 if (thread__comm_set(child)) in trace__sys_exit()

Completed in 39 milliseconds