Searched refs:thread__set_comm (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/tools/perf/util/ |
D | thread.h | 61 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
|
D | thread.c | 206 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
|
D | machine.c | 56 thread__set_comm(thread, comm, 0); in machine__init()
|
D | session.c | 1120 if (thread == NULL || thread__set_comm(thread, "swapper", 0)) { in perf_session__register_idle_thread()
|
/linux-4.1.27/tools/perf/tests/ |
D | hists_common.c | 98 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()
|