Home
last modified time | relevance | path

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

/tools/perf/scripts/python/
A Dsched-migration.py104 def sched_switch(self, prev, prev_state, next): argument
107 if taskState(prev_state) == "R" and next in self.tasks \
111 if taskState(prev_state) != "R":
116 if taskState(prev_state) != "R":
118 elif taskState(prev_state) == "R":
179 def sched_switch(self, ts_list, prev, prev_state, next, cpu): argument
181 new_rq = old_rq.sched_switch(prev, prev_state, next)
333 def sched_switch(self, headers, prev_comm, prev_pid, prev_prio, prev_state, argument
349 ts.sched_switch(self.timeslices, prev_pid, prev_state, next_pid, headers.cpu)
422 prev_comm, prev_pid, prev_prio, prev_state, argument
[all …]
A Dtask-analyzer.py922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument
/tools/testing/selftests/bpf/progs/
A Dtest_tracepoint.c13 long long prev_state; member
A Dtest_stacktrace_map.c47 long long prev_state; member
/tools/perf/util/bpf_skel/
A Doff_cpu.bpf.c356 int prev_state; in on_switch() local
365 prev_state = (int)ctx[3]; in on_switch()
367 prev_state = get_task_state(prev); in on_switch()
369 return off_cpu_stat(ctx, prev, next, prev_state & 0xff); in on_switch()
/tools/perf/python/
A Dtracepoint.py49 event.prev_state,
/tools/perf/scripts/perl/
A Dwakeup-latency.pl32 $prev_comm, $prev_pid, $prev_prio, $prev_state, $next_comm, $next_pid,
/tools/perf/
A Dbuiltin-timechart.c459 int prev_pid, int next_pid, u64 prev_state, in sched_switch() argument
485 if (prev_state & 2) in sched_switch()
487 if (prev_state == 0) in sched_switch()
649 u64 prev_state = evsel__intval(evsel, sample, "prev_state"); in process_sample_sched_switch() local
652 prev_state, backtrace); in process_sample_sched_switch()
A Dbuiltin-sched.c1136 const char prev_state = evsel__taskstate(evsel, sample, "prev_state"); in latency_switch_event() local
1172 if (add_sched_out_event(out_events, prev_state, timestamp)) in latency_switch_event()

Completed in 22 milliseconds