Lines Matching defs:comm
168 {.str = "comm", .field = PERF_OUTPUT_COMM},
793 const char *comm = thread ? thread__comm_str(thread) : ":-1";
796 printed += fprintf(fp, "%8.8s ", comm);
798 printed += fprintf(fp, "%s ", comm);
800 printed += fprintf(fp, "%16s ", comm);
2552 return print_event(tool, event, sample, machine, event->comm.pid,
2553 event->comm.tid);
2803 script->tool.comm = process_comm_event;
3833 .comm = perf_event__process_comm,
3902 "Fields: comm,tid,pid,time,cpu,event,trace,ip,sym,dso,dsoff"
3930 OPT_STRING('c', "comms", &symbol_conf.comm_list_str, "comm[,comm...]",
3947 "Show the fork/comm/exit events"),