Searched refs:__thread__set_comm (Results 1 – 3 of 3) sorted by relevance
/linux-6.3-rc2/tools/perf/util/ |
A D | thread.h | 93 int __thread__set_comm(struct thread *thread, const char *comm, u64 timestamp, 98 return __thread__set_comm(thread, comm, timestamp, false); in thread__set_comm()
|
A D | thread.c | 265 int __thread__set_comm(struct thread *thread, const char *str, u64 timestamp, in __thread__set_comm() function
|
A D | machine.c | 746 __thread__set_comm(thread, event->comm.comm, sample->time, exec)) { in machine__process_comm_event()
|
Completed in 11 milliseconds