Searched refs:thread__set_comm (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/tools/perf/util/ |
D | thread.h | 62 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
|
D | thread.c | 216 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
|
D | machine.c | 60 thread__set_comm(thread, comm, 0); in machine__init()
|
D | session.c | 1319 if (thread == NULL || thread__set_comm(thread, "swapper", 0)) { in perf_session__register_idle_thread()
|
D | intel-pt.c | 2071 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
|
/linux-4.4.14/tools/perf/tests/ |
D | hists_common.c | 98 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()
|