Searched refs:cpu_last_switched (Results 1 – 1 of 1) sorted by relevance
227 u64 *cpu_last_switched; member875 timestamp0 = sched->cpu_last_switched[cpu]; in replay_switch_event()892 sched->cpu_last_switched[cpu] = timestamp; in replay_switch_event()1144 timestamp0 = sched->cpu_last_switched[cpu]; in latency_switch_event()1145 sched->cpu_last_switched[cpu] = timestamp; in latency_switch_event()1598 timestamp0 = sched->cpu_last_switched[this_cpu.cpu]; in map_switch_event()1599 sched->cpu_last_switched[this_cpu.cpu] = timestamp; in map_switch_event()3603 sched.cpu_last_switched = calloc(MAX_CPUS, sizeof(*sched.cpu_last_switched)); in cmd_sched()3604 if (!sched.cpu_last_switched) { in cmd_sched()3683 free(sched.cpu_last_switched); in cmd_sched()