Home | History | Annotate | Download | only in perf

Lines Matching defs:comm

37 	char			comm[COMM_LEN];
331 unsigned long pid, const char *comm)
345 strcpy(task->comm, comm);
359 printf("registered task #%ld, PID %ld (%s)\n", sched->nr_tasks, pid, comm);
373 task->nr, task->comm, task->pid, task->nr_events);
480 sprintf(comm2, ":%s", this_task->comm);
668 const char *comm = perf_evsel__strval(evsel, sample, "comm");
675 printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pid);
679 wakee = register_pid(sched, pid, comm);
750 printf("... parent: %s/%d\n", parent->comm, parent->tid);
751 printf("... child: %s/%d\n", child->comm, child->tid);
754 register_pid(sched, parent->tid, parent->comm);
755 register_pid(sched, child->tid, child->comm);
1090 register_pid(sched, migrant->tid, migrant->comm);
1124 if (!strcmp(work_list->thread->comm, "swapper"))
1130 ret = printf(" %s:%d ", work_list->thread->comm, work_list->thread->tid);
1347 sched_in->shortname, sched_in->comm, sched_in->tid);
1668 .comm = perf_event__process_comm,