Lines Matching defs:comm
106 char comm[64];
108 snprintf(comm, sizeof(comm), "[guest/%d]", pid);
109 thread__set_comm(thread, comm, 0);
425 * of the host thread, allows it to have its own comm (refer
738 struct comm *machine__thread_exec_comm(struct machine *machine,
751 event->comm.pid,
752 event->comm.tid);
763 __thread__set_comm(thread, event->comm.comm, sample->time, exec)) {