Searched refs:next_pid (Results 1 – 8 of 8) sorted by relevance
| /tools/testing/selftests/bpf/progs/ |
| A D | test_tracepoint.c | 15 int next_pid; member
|
| A D | test_stacktrace_map.c | 49 int next_pid; member
|
| /tools/perf/scripts/python/ |
| A 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)
|
| A D | task-analyzer.py | 922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument 934 _handle_task_start(next_pid, common_cpu, next_comm, time)
|
| /tools/perf/python/ |
| A D | tracepoint.py | 51 event.next_pid,
|
| /tools/perf/scripts/perl/ |
| A D | wakeup-latency.pl | 32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
|
| /tools/perf/ |
| A D | builtin-sched.c | 850 next_pid = evsel__intval(evsel, sample, "next_pid"); in replay_switch_event() local 874 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event() 877 next = register_pid(sched, next_pid, next_comm); in replay_switch_event() 1135 next_pid = evsel__intval(evsel, sample, "next_pid"); in latency_switch_event() local 1158 sched_in = machine__findnew_thread(machine, -1, next_pid); in latency_switch_event() 1636 const u32 next_pid = evsel__intval(evsel, sample, "next_pid"); in map_switch_event() local 1680 sched_in = map__findnew_thread(sched, machine, -1, next_pid); in map_switch_event() 1805 next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sched_switch_event() local 1819 sched->curr_pid[this_cpu] = next_pid; in process_sched_switch_event() 2777 if (next_pid == 0) in timehist_update_task_prio() [all …]
|
| A D | builtin-timechart.c | 459 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument 466 p = find_create_pid(tchart, next_pid); in sched_switch() 474 pid_put_sample(tchart, next_pid, p->current->state, cpu, in sched_switch() 648 int next_pid = evsel__intval(evsel, sample, "next_pid"); in process_sample_sched_switch() local 651 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch()
|
Completed in 18 milliseconds