Searched refs:thread__set_comm (Results 1 – 7 of 7) sorted by relevance
/linux/tools/perf/tests/ |
H A D | hists_common.c | 103 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()
|
/linux/tools/perf/util/ |
H A D | thread.c | 298 err = thread__set_comm(thread, comm, 0); in thread__set_comm_from_proc() 421 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
|
H A D | thread.h | 100 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
|
H A D | bpf_lock_contention.c | 577 thread__set_comm(t, task.comm, /*timestamp=*/0)) { in lock_contention_get_name() 740 thread__set_comm(idle, "swapper", /*timestamp=*/0); in lock_contention_read()
|
H A D | machine.c | 72 thread__set_comm(thread, comm, 0); in thread__set_guest_comm() 585 if (!thread || thread__set_comm(thread, "swapper", 0) || in machine__idle_thread()
|
H A D | intel-pt.c | 4573 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
|
/linux/tools/perf/ |
H A D | builtin-sched.c | 2206 thread__set_comm(thread, prev_comm, sample->time); in timehist_print_sample() 2389 thread__set_comm(thread, idle_comm, 0); in init_idle_thread()
|