Home
last modified time | relevance | path

Searched refs:prev_pid (Results 1 – 9 of 9) sorted by relevance

/tools/testing/selftests/bpf/progs/
A Dtest_tracepoint.c11 int prev_pid; member
A Dtest_stacktrace_map.c45 int prev_pid; member
/tools/perf/scripts/python/
A Dsched-migration.py333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument
340 if on_cpu_task != -1 and on_cpu_task != prev_pid:
342 headers.ts_format(), headers.cpu, prev_comm, prev_pid, next_comm, next_pid)
344 threads[prev_pid] = prev_comm
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
422 prev_comm, prev_pid, prev_prio, prev_state, argument
427 parser.sched_switch(headers, prev_comm, prev_pid, prev_prio, prev_state,
A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument
933 _handle_task_finish(prev_pid, common_cpu, time, perf_sample_dict)
/tools/perf/python/
A Dtracepoint.py47 event.prev_pid,
/tools/perf/scripts/perl/
A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/tools/perf/util/
A Dthread_map.c166 pid_t pid, prev_pid = INT_MAX; in thread_map__new_by_pid_str() local
182 if (pid == prev_pid) in thread_map__new_by_pid_str()
/tools/perf/
A Dbuiltin-timechart.c459 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument
464 prev_p = find_create_pid(tchart, prev_pid); in sched_switch()
469 pid_put_sample(tchart, prev_pid, TYPE_RUNNING, cpu, in sched_switch()
647 int prev_pid = evsel__intval(evsel, sample, "prev_pid"); in process_sample_sched_switch() local
651 sched_switch(tchart, sample->cpu, sample->time, prev_pid, next_pid, in process_sample_sched_switch()
A Dbuiltin-sched.c849 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), in replay_switch_event() local
874 prev_comm, prev_pid, next_comm, next_pid, delta); in replay_switch_event()
876 prev = register_pid(sched, prev_pid, prev_comm); in replay_switch_event()
1134 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), in latency_switch_event() local
1157 sched_out = machine__findnew_thread(machine, -1, prev_pid); in latency_switch_event()
1637 const u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"); in map_switch_event() local
1681 sched_out = map__findnew_thread(sched, machine, -1, prev_pid); in map_switch_event()
1804 u32 prev_pid = evsel__intval(evsel, sample, "prev_pid"), in process_sched_switch_event() local
1812 if (sched->curr_pid[this_cpu] != prev_pid) in process_sched_switch_event()

Completed in 24 milliseconds