Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread.c127 if (!thread->comm_set) { in __thread__set_comm()
141 thread->comm_set = true; in __thread__set_comm()
202 if (parent->comm_set) { in thread__fork()
Dthread.h26 bool comm_set; member
Ddb-export.c175 if (main_thread->comm_set) in db_export__comm()
/linux-4.1.27/tools/perf/ui/browsers/
Dhists.c1286 (thread->comm_set ? thread__comm_str(thread) : ""), in hists__browser_title()
1657 (thread->comm_set ? thread__comm_str(thread) : ""), in perf_evsel__hists_browse()
1777 thread->comm_set ? thread__comm_str(thread) : "", in perf_evsel__hists_browse()