Home
last modified time | relevance | path

Searched refs:cpu_last_switched (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/perf/
H A Dbuiltin-sched.c227 u64 *cpu_last_switched; member
875 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()
3218 sched->cpu_last_switched = calloc(MAX_CPUS, sizeof(*(sched->cpu_last_switched))); in setup_cpus_switch_event()
3219 if (!sched->cpu_last_switched) in setup_cpus_switch_event()
3224 zfree(&sched->cpu_last_switched); in setup_cpus_switch_event()
[all …]