Home
last modified time | relevance | path

Searched refs:next_pid (Results 1 – 7 of 7) sorted by relevance

/tools/testing/selftests/bpf/progs/
Dtest_tracepoint.c15 int next_pid; member
Dtest_stacktrace_map.c49 int next_pid; member
/tools/perf/scripts/python/
Dsched-migration.py334 next_comm, next_pid, next_prio): argument
342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)
345 threads[next_pid] = next_comm
346 self.current_tsk[headers.cpu] = next_pid
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
423 next_comm, next_pid, next_prio): argument
428 next_comm, next_pid, next_prio)
/tools/perf/python/
Dtracepoint.py44 event.next_pid,
/tools/perf/scripts/perl/
Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/tools/perf/
Dbuiltin-sched.c836 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local
861 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event()
864 next = register_pid(sched, next_pid, next_comm); in replay_switch_event()
1107 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local
1130 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event()
1526 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local
1564 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event()
1671 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local
1685 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event()
2005 const u32 next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in timehist_print_sample() local
[all …]
Dbuiltin-timechart.c440 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument
447 p = find_create_pid(tchart, next_pid); in sched_switch()
455 pid_put_sample(tchart, next_pid, p->current->state, cpu, in sched_switch()
626 int next_pid = perf_evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local
629 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch()