Home | History | Annotate | Download | only in util

Lines Matching defs:comm

37 		char comm[64];
42 snprintf(comm, sizeof(comm), "[guest/%d]", pid);
43 thread__set_comm(thread, comm);
320 event->comm.pid,
321 event->comm.tid);
326 if (thread == NULL || thread__set_comm(thread, event->comm.comm)) {