Searched refs:prev_state (Results 1 – 9 of 9) sorted by relevance
| /tools/perf/scripts/python/ |
| A D | sched-migration.py | 104 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 D | task-analyzer.py | 922 prev_pid, prev_prio, prev_state, next_comm, next_pid, argument
|
| /tools/testing/selftests/bpf/progs/ |
| A D | test_tracepoint.c | 13 long long prev_state; member
|
| A D | test_stacktrace_map.c | 47 long long prev_state; member
|
| /tools/perf/util/bpf_skel/ |
| A D | off_cpu.bpf.c | 356 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 D | tracepoint.py | 49 event.prev_state,
|
| /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-timechart.c | 459 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 D | builtin-sched.c | 1136 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 33 milliseconds