Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dthread.h61 static inline int thread__set_comm(struct thread *thread, const char *comm, in thread__set_comm() function
Dthread.c206 err = thread__set_comm(thread, comm, timestamp); in thread__fork()
Dmachine.c56 thread__set_comm(thread, comm, 0); in machine__init()
Dsession.c1120 if (thread == NULL || thread__set_comm(thread, "swapper", 0)) { in perf_session__register_idle_thread()
/linux-4.1.27/tools/perf/tests/
Dhists_common.c98 thread__set_comm(thread, fake_threads[i].comm, 0); in setup_fake_machine()