Searched refs:next_pid (Results 1 - 4 of 4) sorted by relevance

/external/linux-tools-perf/scripts/perl/
H A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/external/linux-tools-perf/scripts/python/
H A Dsched-migration.py332 next_comm, next_pid, next_prio):
340 (headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)
343 threads[next_pid] = next_comm
344 self.current_tsk[headers.cpu] = next_pid
347 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
421 next_comm, next_pid, next_prio):
426 next_comm, next_pid, next_prio)
/external/linux-tools-perf/
H A Dbuiltin-sched.c697 u32 next_pid; member in struct:trace_switch_event
858 switch_event->next_comm, switch_event->next_pid,
863 next = register_pid(switch_event->next_pid, switch_event->next_comm);
1089 sched_in = perf_session__findnew(session, switch_event->next_pid);
1464 sched_in = perf_session__findnew(session, switch_event->next_pid);
1529 FILL_FIELD(switch_event, next_pid, event, data);
1544 curr_pid[this_cpu] = switch_event.next_pid;
H A Dbuiltin-timechart.c367 int next_pid; member in struct:sched_switch
474 p = find_create_pid(sw->next_pid);
480 pid_put_sample(sw->next_pid, p->current->state, cpu, p->current->state_since, timestamp);

Completed in 64 milliseconds