Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 205352
b: refs/heads/master
c: 749e507
h: refs/heads/master
v: v3
  • Loading branch information
Frederic Weisbecker committed Aug 1, 2010
1 parent 89bf8de commit 08cf911
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 880d22f2470af6037715b7f6eb083b6ec5561d92
refs/heads/master: 749e507411b17ad686783b6d1183befd846fb81b
5 changes: 4 additions & 1 deletion trunk/tools/perf/scripts/python/sched-migration.py
Original file line number Diff line number Diff line change
Expand Up @@ -435,7 +435,10 @@ def migrate(self, ts_list, new, old_cpu, new_cpu):
self.__update_total_load(new_rq, in_rq)

ts_list.append(self)
self.event_cpus = [old_cpu, new_cpu]

if old_rq is not out_rq:
self.event_cpus.append(old_cpu)
self.event_cpus.append(new_cpu)

def wake_up(self, ts_list, pid, cpu, fork):
old_rq = self.prev.rqs[cpu]
Expand Down

0 comments on commit 08cf911

Please sign in to comment.