Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/util/
Dthread.c43 self->comm_set = true; in thread__set_comm()
75 if (parent->comm_set) { in thread__fork()
81 self->comm_set = true; in thread__fork()
Dthread.h19 bool comm_set; member
/external/linux-tools-perf/src/tools/perf/ui/browsers/
Dhists.c1258 (thread->comm_set ? thread->comm : ""), in hists__browser_title()
1581 (thread->comm_set ? thread->comm : ""), in perf_evsel__hists_browse()
1704 thread->comm_set ? thread->comm : "", in perf_evsel__hists_browse()