Lines Matching defs:comm
62 char comm[COMM_LEN];
447 unsigned long pid, const char *comm)
472 strcpy(task->comm, comm);
486 printf("registered task #%ld, PID %ld (%s)\n", sched->nr_tasks, pid, comm);
500 task->nr, task->comm, task->pid, task->nr_events);
631 sprintf(comm2, ":%s", this_task->comm);
815 const char *comm = evsel__strval(evsel, sample, "comm");
822 printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pid);
826 wakee = register_pid(sched, pid, comm);
1910 const char *comm = thread__comm_str(thread);
1916 n = scnprintf(str, sizeof(str), "%s", comm);
1919 n = scnprintf(str, sizeof(str), "%s[%d/%d]", comm, tid, pid);
1922 n = scnprintf(str, sizeof(str), "%s[%d]", comm, tid);
2832 printf("%*s parent sched-out ", comm_width, "comm");
2836 printf("%*s parent sched-in ", comm_width, "comm");
2840 printf("%*s parent sched-in ", comm_width, "comm");
3001 sched->tool.comm = perf_event__process_comm;
3119 const char *comm = thread__comm_str(data->thread), *this_comm;
3129 cmp = strcmp(comm, this_comm);
3420 .comm = perf_sched__process_comm,
3455 "latency stats per pid instead of per comm"),