Searched refs:thread__set_comm (Results 1 – 5 of 5) sorted by relevance
/linux/tools/perf/util/ |
H A D | thread.c | 277 err = thread__set_comm(thread, comm, 0); in thread__set_comm_from_proc() 399 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
|
H A D | bpf_lock_contention.c | 471 thread__set_comm(t, task.comm, /*timestamp=*/0)) in lock_contention_read() 570 thread__set_comm(idle, "swapper", /*timestamp=*/0);
|
H A D | thread.h | 96 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
|
H A D | machine.c | 70 thread__set_comm(thread, comm, 0); in thread__set_guest_comm() 547 if (!thread || thread__set_comm(thread, "swapper", 0) || in machine__idle_thread()
|
/linux/tools/perf/tests/ |
H A D | hists_common.c | 103 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()
|