Searched refs:next_pid (Results 1 – 7 of 7) sorted by relevance
/tools/testing/selftests/bpf/progs/ |
D | test_tracepoint.c | 15 int next_pid; member
|
D | test_stacktrace_map.c | 49 int next_pid; member
|
/tools/perf/scripts/python/ |
D | sched-migration.py | 334 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/ |
D | tracepoint.py | 44 event.next_pid,
|
/tools/perf/scripts/perl/ |
D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
/tools/perf/ |
D | builtin-sched.c | 836 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 …]
|
D | builtin-timechart.c | 440 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()
|