Home
last modified time | relevance | path

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

/external/linux-tools-perf/util/
Dthread.h31 int thread__set_comm(struct thread *self, const char *comm);
Dthread.c32 int thread__set_comm(struct thread *self, const char *comm) in thread__set_comm() function
Devent.c467 if (thread == NULL || thread__set_comm(thread, event->comm.comm)) { in perf_event__process_comm()
Dsession.c865 if (thread == NULL || thread__set_comm(thread, "swapper")) { in perf_session__register_idle_thread()