Searched refs:prev_state (Results 1 – 4 of 4) sorted by relevance
/tools/perf/scripts/python/ |
D | sched-migration.py | 102 def sched_switch(self, prev, prev_state, next): argument 105 if taskState(prev_state) == "R" and next in self.tasks \ 109 if taskState(prev_state) != "R": 114 if taskState(prev_state) != "R": 116 elif taskState(prev_state) == "R": 177 def sched_switch(self, ts_list, prev, prev_state, next, cpu): argument 179 new_rq = old_rq.sched_switch(prev, prev_state, next) 331 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument 347 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu) 420 prev_comm, prev_pid, prev_prio, prev_state, argument [all …]
|
/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 | 724 const u64 prev_state = perf_evsel__intval(evsel, sample, "prev_state"); in replay_switch_event() local 756 add_sched_event_sleep(sched, prev, timestamp, prev_state); in replay_switch_event() 880 static char sched_out_state(u64 prev_state) in sched_out_state() argument 884 return str[prev_state]; in sched_out_state() 961 const u64 prev_state = perf_evsel__intval(evsel, sample, "prev_state"); in latency_switch_event() local 997 if (add_sched_out_event(out_events, sched_out_state(prev_state), timestamp)) in latency_switch_event()
|
D | builtin-timechart.c | 438 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument 464 if (prev_state & 2) in sched_switch() 466 if (prev_state == 0) in sched_switch() 629 u64 prev_state = perf_evsel__intval(evsel, sample, "prev_state"); in process_sample_sched_switch() local 632 prev_state, backtrace); in process_sample_sched_switch()
|