Searched refs:thread__set_comm (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | thread.h | 94 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
|
H 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()
|
H A D | cs-etm.c | 2656 err = thread__set_comm(etm->unknown_thread, "unknown", 0); in cs_etm__process_auxtrace_info()
|
H A D | machine.c | 123 thread__set_comm(thread, comm, 0); in machine__init()
|
H A D | session.c | 1808 if (thread == NULL || thread__set_comm(thread, "swapper", 0)) { in perf_session__register_idle_thread()
|
H A D | intel-pt.c | 3444 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf_lock_contention.c | 196 thread__set_comm(t, task.comm, /*timestamp=*/0)) in lock_contention_get_name() 275 thread__set_comm(idle, "swapper", /*timestamp=*/0); in lock_contention_read()
|
H A D | thread.c | 281 err = thread__set_comm(thread, comm, 0); in thread__set_comm_from_proc() 405 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
|
H A D | thread.h | 93 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
|
H A D | machine.c | 109 thread__set_comm(thread, comm, 0); in thread__set_guest_comm() 731 if (!thread || thread__set_comm(thread, "swapper", 0) || in machine__idle_thread()
|
H A D | intel-pt.c | 4342 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
|
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_common.c | 103 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()
|
/kernel/linux/linux-6.6/tools/perf/tests/ |
H A D | hists_common.c | 103 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-sched.c | 2199 thread__set_comm(thread, idle_comm, 0); in init_idle_thread()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-sched.c | 2248 thread__set_comm(thread, idle_comm, 0); in init_idle_thread()
|
Completed in 38 milliseconds