Lines Matching defs:comm
63 char comm[COMM_LEN];
449 unsigned long pid, const char *comm)
474 strcpy(task->comm, comm);
488 printf("registered task #%ld, PID %ld (%s)\n", sched->nr_tasks, pid, comm);
502 task->nr, task->comm, task->pid, task->nr_events);
633 sprintf(comm2, ":%s", this_task->comm);
837 const char *comm = evsel__strval(evsel, sample, "comm");
844 printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pid);
848 wakee = register_pid(sched, pid, comm);
1957 const char *comm = thread__comm_str(thread);
1963 n = scnprintf(str, sizeof(str), "%s", comm);
1966 n = scnprintf(str, sizeof(str), "%s[%d/%d]", comm, tid, pid);
1969 n = scnprintf(str, sizeof(str), "%s[%d]", comm, tid);
2873 printf("%*s parent sched-out ", comm_width, "comm");
2877 printf("%*s parent sched-in ", comm_width, "comm");
2881 printf("%*s parent sched-in ", comm_width, "comm");
3039 sched->tool.comm = perf_event__process_comm;
3155 const char *comm = thread__comm_str(data->thread), *this_comm;
3165 cmp = strcmp(comm, this_comm);
3473 .comm = perf_sched__process_comm,
3506 "latency stats per pid instead of per comm"),