Home
last modified time | relevance | path

Searched refs:comm_set (Results 1 – 4 of 4) sorted by relevance

/linux-4.4.14/tools/perf/util/
Dthread.c131 if (!thread->comm_set) { in __thread__set_comm()
145 thread->comm_set = true; in __thread__set_comm()
212 if (parent->comm_set) { in thread__fork()
Dthread.h27 bool comm_set; member
Ddb-export.c180 if (main_thread->comm_set) in db_export__comm()
/linux-4.4.14/tools/perf/ui/browsers/
Dhists.c1324 (thread->comm_set ? thread__comm_str(thread) : ""), in hists__browser_title()
1507 thread->comm_set ? thread__comm_str(thread) : "", in do_zoom_thread()
1528 thread->comm_set ? thread__comm_str(thread) : "", in add_thread_opt()