Searched refs:thread__set_comm (Results 1 – 4 of 4) sorted by relevance
31 int thread__set_comm(struct thread *self, const char *comm);
32 int thread__set_comm(struct thread *self, const char *comm) in thread__set_comm() function
467 if (thread == NULL || thread__set_comm(thread, event->comm.comm)) { in perf_event__process_comm()
865 if (thread == NULL || thread__set_comm(thread, "swapper")) { in perf_session__register_idle_thread()