Searched refs:thread__set_comm (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/tools/perf/util/ |
D | thread.c | 242 err = thread__set_comm(thread, comm, 0); in thread__set_comm_from_proc() 359 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
|
D | thread.h | 77 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
|
D | cs-etm.c | 1420 err = thread__set_comm(etm->unknown_thread, "unknown", 0); in cs_etm__process_auxtrace_info()
|
D | session.c | 1543 if (thread == NULL || thread__set_comm(thread, "swapper", 0)) { in perf_session__register_idle_thread()
|
D | machine.c | 103 thread__set_comm(thread, comm, 0); in machine__init()
|
D | intel-pt.c | 2522 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
|
/Linux-v4.19/tools/perf/tests/ |
D | hists_common.c | 101 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()
|
/Linux-v4.19/tools/perf/ |
D | builtin-sched.c | 2183 thread__set_comm(thread, idle_comm, 0); in init_idle_thread()
|