Searched refs:cpu_head (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 3944 static struct list_head cpu_head = LIST_HEAD_INIT(cpu_head); variable 4421 if (!list_empty(&cpu_head) && temp->cpu_data->cpu == initial_cpu) in perf_sched__process_schedstat() 4425 if (list_empty(&cpu_head)) in perf_sched__process_schedstat() 4428 list_add_tail(&temp->cpu_list, &cpu_head); in perf_sched__process_schedstat() 4432 cpu_second_pass = list_first_entry(&cpu_head, struct schedstat_cpu, in perf_sched__process_schedstat() 4457 cpu_tail = list_last_entry(&cpu_head, struct schedstat_cpu, cpu_list); in perf_sched__process_schedstat() 4519 if (list_empty(&cpu_head)) { in perf_sched__schedstat_report() 4526 err = show_schedstat_data(&cpu_head, cd_map, NULL, NULL, false); in perf_sched__schedstat_report() 4530 free_schedstat(&cpu_head); in perf_sched__schedstat_report() 4580 list_replace_init(&cpu_head, &cpu_head_ses0); in perf_sched__schedstat_diff() [all …]
|