Home
last modified time | relevance | path

Searched refs:thread__set_comm (Results 1 – 8 of 8) sorted by relevance

/linux-6.3-rc2/tools/perf/util/
A Dbpf_lock_contention.c194 thread__set_comm(t, task.comm, /*timestamp=*/0)) in lock_contention_get_name()
254 thread__set_comm(idle, "swapper", /*timestamp=*/0); in lock_contention_read()
A Dthread.c287 err = thread__set_comm(thread, comm, 0); in thread__set_comm_from_proc()
399 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
A Dthread.h95 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
A Dmachine.c92 thread__set_comm(thread, comm, 0); in thread__set_guest_comm()
714 if (!thread || thread__set_comm(thread, "swapper", 0) || in machine__idle_thread()
A Dcs-etm.c2975 err = thread__set_comm(etm->unknown_thread, "unknown", 0); in cs_etm__process_auxtrace_info_full()
A Dintel-pt.c4319 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
/linux-6.3-rc2/tools/perf/tests/
A Dhists_common.c103 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()
/linux-6.3-rc2/tools/perf/
A Dbuiltin-sched.c2226 thread__set_comm(thread, idle_comm, 0); in init_idle_thread()

Completed in 35 milliseconds