Searched refs:thread__set_comm (Results 1 - 7 of 7) sorted by relevance

/linux-master/tools/perf/util/
H A Dthread.c281 err = thread__set_comm(thread, comm, 0);
403 err = thread__set_comm(thread, comm, timestamp);
H A Dbpf_lock_contention.c336 thread__set_comm(t, task.comm, /*timestamp=*/0))
428 thread__set_comm(idle, "swapper", /*timestamp=*/0);
H A Dthread.h95 static inline int thread__set_comm(struct thread *thread, const char *comm, function
H A Dmachine.c76 thread__set_comm(thread, comm, 0);
573 if (!thread || thread__set_comm(thread, "swapper", 0) ||
H A Dintel-pt.c4342 err = thread__set_comm(pt->unknown_thread, "unknown", 0);
/linux-master/tools/perf/tests/
H A Dhists_common.c103 thread__set_comm(thread, fake_threads[i].comm, 0);
/linux-master/tools/perf/
H A Dbuiltin-sched.c2211 thread__set_comm(thread, idle_comm, 0);

Completed in 136 milliseconds