Searched refs:migrated (Results 1 – 4 of 4) sorted by relevance
/tools/perf/scripts/python/ |
D | compaction-times.py | 72 self.migrated = pair(0, 0, "moved", "failed") 78 self.migrated += rhs.migrated 87 s += "migration: %s" % self.migrated 99 def increment(self, migrated, fscan, mscan): argument 100 if (migrated != None): 101 self.migrated += migrated 132 def increment_pending(cls, pid, migrated, fscan, mscan): argument 136 head.do_increment(migrated, fscan, mscan) 175 def do_increment(self, migrated, fscan, mscan): argument 176 self.pending.increment(migrated, fscan, mscan)
|
/tools/testing/selftests/net/forwarding/ |
D | README | 8 ASICs, as their ports can not be migrated to other network namespaces
|
/tools/perf/Documentation/ |
D | perf-trace.txt | 228 may happen, for instance, when a thread gets migrated to a different CPU
|
/tools/perf/ |
D | builtin-sched.c | 2448 struct thread *migrated) in timehist_print_migration_event() argument 2467 timehist_skip_sample(sched, migrated, evsel, sample)) { in timehist_print_migration_event() 2491 printf("migrated: %s", timehist_get_commstr(migrated)); in timehist_print_migration_event()
|