Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Dthread.h62 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
Dthread.c216 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
Dmachine.c60 thread__set_comm(thread, comm, 0); in machine__init()
Dsession.c1319 if (thread == NULL || thread__set_comm(thread, "swapper", 0)) { in perf_session__register_idle_thread()
Dintel-pt.c2071 err = thread__set_comm(pt->unknown_thread, "unknown", 0); in intel_pt_process_auxtrace_info()
/linux-4.4.14/tools/perf/tests/
Dhists_common.c98 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()