Home | History | Annotate | Download | only in blktrace

Lines Matching defs:comm

77 	char comm[16];
565 strcpy(ppm->comm, name);
628 return ppm->comm;
650 return ppi_hash_name(ppm->comm);
677 if (!strcmp(ppm->comm, name))
1707 res = strverscmp(ppi1->ppm->comm, ppi2->ppm->comm);
1755 sprintf(name, "%s (%u, ...)", ppm->comm, ppm->pid);
1757 sprintf(name, "%s (%u)", ppm->comm, ppm->pid);