Searched refs:ts_list (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/tools/perf/scripts/python/ |
D | sched-migration.py | 179 def sched_switch(self, ts_list, prev, prev_state, next, cpu): argument 188 ts_list.append(self) 191 def migrate(self, ts_list, new, old_cpu, new_cpu): argument 204 ts_list.append(self) 210 def wake_up(self, ts_list, pid, cpu, fork): argument 221 ts_list.append(self)
|