Searched refs:thread__set_comm (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/util/ |
A D | thread.c | 286 err = thread__set_comm(thread, comm, 0); in thread__set_comm_from_proc() 398 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
|
A D | thread.h | 94 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
|
A D | machine.c | 123 thread__set_comm(thread, comm, 0); in machine__init() 612 if (!thread || thread__set_comm(thread, "swapper", 0) || in machine__idle_thread()
|
A D | cs-etm.c | 3078 err = thread__set_comm(etm->unknown_thread, "unknown", 0); in cs_etm__process_auxtrace_info()
|
A D | intel-pt.c | 3875 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
|
/linux/tools/perf/tests/ |
A D | hists_common.c | 103 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()
|
/linux/tools/perf/ |
A D | builtin-sched.c | 2199 thread__set_comm(thread, idle_comm, 0); in init_idle_thread()
|
Completed in 36 milliseconds