Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dthread.c41 self->comm_set = true; in thread__set_comm()
113 if (parent->comm_set) { in thread__fork()
119 self->comm_set = true; in thread__fork()
Dthread.h22 bool comm_set; member
/external/linux-tools-perf/util/ui/browsers/
Dhists.c798 (thread->comm_set ? thread->comm : ""), in hists__browser_title()
917 (thread->comm_set ? thread->comm : ""), in perf_evsel__hists_browse()
983 thread->comm_set ? thread->comm : "", in perf_evsel__hists_browse()