Searched refs:ts_list (Results 1 – 1 of 1) sorted by relevance
/Linux-v4.19/tools/perf/scripts/python/ |
D | sched-migration.py | 181 def sched_switch(self, ts_list, prev, prev_state, next, cpu): argument 190 ts_list.append(self) 193 def migrate(self, ts_list, new, old_cpu, new_cpu): argument 206 ts_list.append(self) 212 def wake_up(self, ts_list, pid, cpu, fork): argument 223 ts_list.append(self)
|