Home | History | Annotate | Download | only in traceevent

Lines Matching defs:comm

30 #define COMM "COMM"
32 static struct format_field comm = {
33 .name = "COMM",
366 if (strcmp(token, COMM) != 0) {
372 /* If token is 'COMM' then it is special */
373 field = &comm;
1574 const char *comm;
1578 comm = pevent_data_comm_from_pid(event->pevent, pid);
1579 return comm;
1588 /* Handle our dummy "comm" field */
1589 if (field == &comm) {
1764 if (arg->str.field == &comm)