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

/linux-master/tools/perf/trace/beauty/
H A Dpid.c11 if (!thread__comm_set(thread))
14 if (thread__comm_set(thread))
/linux-master/tools/perf/util/
H A Dthread.c240 if (!thread__comm_set(thread)) {
398 if (thread__comm_set(parent)) {
H A Dthread.h199 static inline bool thread__comm_set(const struct thread *thread) function
H A Ddb-export.c536 if (!thread || !thread__comm_set(thread))
H A Dhist.c2801 (thread__comm_set(thread) ? thread__comm_str(thread) : ""),
2806 (thread__comm_set(thread) ? thread__comm_str(thread) : ""));
/linux-master/tools/perf/ui/browsers/
H A Dhists.c2524 thread__comm_set(thread) ? thread__comm_str(thread) : "";
2556 comm_set_str = thread__comm_set(thread) ? thread__comm_str(thread) : "";
/linux-master/tools/perf/
H A Dbuiltin-trace.c2586 if (thread__comm_set(child))

Completed in 136 milliseconds