Searched refs:migrated (Results 1 – 5 of 5) sorted by relevance
| /tools/perf/scripts/python/ |
| A 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/ |
| A D | README | 8 ASICs, as their ports can not be migrated to other network namespaces
|
| /tools/perf/ |
| A D | builtin-sched.c | 251 u64 migrated; /* time when a thread is migrated */ member 2293 if ((r->migrated > r->ready_to_run) && (r->migrated < tprev)) in timehist_update_runtime_stats() 2294 r->dt_pre_mig = r->migrated - r->ready_to_run; in timehist_update_runtime_stats() 2682 struct thread *migrated) in timehist_print_migration_event() argument 2701 timehist_skip_sample(sched, migrated, evsel, sample)) { in timehist_print_migration_event() 2726 printf("migrated: %s", timehist_get_commstr(migrated)); in timehist_print_migration_event() 2756 tr->migrated = sample->time; in timehist_migrate_task_event() 2920 tr->migrated = 0; in timehist_sched_change_event()
|
| /tools/perf/Documentation/ |
| A D | perf-sched.txt | 228 and is migrated to a different runqueue where it is finally run. This
|
| A D | perf-trace.txt | 233 may happen, for instance, when a thread gets migrated to a different CPU
|
Completed in 15 milliseconds