Lines Matching defs:comm
149 {.str = "comm", .field = PERF_OUTPUT_COMM},
704 const char *comm = thread ? thread__comm_str(thread) : ":-1";
707 printed += fprintf(fp, "%8.8s ", comm);
709 printed += fprintf(fp, "%s ", comm);
711 printed += fprintf(fp, "%16s ", comm);
2269 return print_event(tool, event, sample, machine, event->comm.pid,
2270 event->comm.tid);
2500 script->tool.comm = process_comm_event;
3452 .comm = perf_event__process_comm,
3510 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,"
3532 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
3549 "Show the fork/comm/exit events"),