Lines Matching refs:comm
39 char comm[COMM_LEN]; member
330 unsigned long pid, const char *comm) in register_pid() argument
355 strcpy(task->comm, comm); in register_pid()
369 printf("registered task #%ld, PID %ld (%s)\n", sched->nr_tasks, pid, comm); in register_pid()
383 task->nr, task->comm, task->pid, task->nr_events); in print_task_traces()
514 sprintf(comm2, ":%s", this_task->comm); in thread_func()
698 const char *comm = perf_evsel__strval(evsel, sample, "comm"); in replay_wakeup_event() local
705 printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pid); in replay_wakeup_event()
709 wakee = register_pid(sched, pid, comm); in replay_wakeup_event()
1590 const char *comm = thread__comm_str(data->thread), *this_comm; in __merge_work_atoms() local
1599 cmp = strcmp(comm, this_comm); in __merge_work_atoms()
1786 .comm = perf_event__process_comm, in cmd_sched()