Lines Matching defs:pid
36 unsigned long pid;
326 unsigned long pid, const char *comm)
330 BUG_ON(pid >= MAX_PID);
332 task = sched->pid_to_task[pid];
338 task->pid = pid;
347 sched->pid_to_task[pid] = task;
354 printf("registered task #%ld, PID %ld (%s)\n", sched->nr_tasks, pid, comm);
368 task->nr, task->comm, task->pid, task->nr_events);
659 const u32 pid = perf_evsel__intval(evsel, sample, "pid");
665 printf(" ... pid %d woke up %s/%d\n", sample->tid, comm, pid);
669 wakee = register_pid(sched, pid, comm);
727 child = machine__findnew_thread(machine, event->fork.pid,
981 const u32 pid = perf_evsel__intval(evsel, sample, "pid");
983 struct thread *thread = machine__findnew_thread(machine, 0, pid);
1010 const u32 pid = perf_evsel__intval(evsel, sample, "pid"),
1021 wakee = machine__findnew_thread(machine, 0, pid);
1063 const u32 pid = perf_evsel__intval(evsel, sample, "pid");
1075 migrant = machine__findnew_thread(machine, 0, pid);
1207 .name = "pid",
1357 * Are we trying to switch away a PID that is
1614 sort_dimension__add("pid", &sched->cmp_pid);