thread__set_comm 2191 tools/perf/builtin-sched.c 	thread__set_comm(thread, idle_comm, 0);
thread__set_comm  103 tools/perf/tests/hists_common.c 		thread__set_comm(thread, fake_threads[i].comm, 0);
thread__set_comm 2568 tools/perf/util/cs-etm.c 	err = thread__set_comm(etm->unknown_thread, "unknown", 0);
thread__set_comm 3198 tools/perf/util/intel-pt.c 	err = thread__set_comm(pt->unknown_thread, "unknown", 0);
thread__set_comm  117 tools/perf/util/machine.c 		thread__set_comm(thread, comm, 0);
thread__set_comm 1710 tools/perf/util/session.c 	if (thread == NULL || thread__set_comm(thread, "swapper", 0)) {
thread__set_comm  284 tools/perf/util/thread.c 		err = thread__set_comm(thread, comm, 0);
thread__set_comm  398 tools/perf/util/thread.c 		err = thread__set_comm(thread, comm, timestamp);