Searched refs:domain_head (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-sched.c | 3940 struct list_head domain_head; member 4190 INIT_LIST_HEAD(&summary_head->domain_head); in get_all_cpu_stats() 4192 list_for_each_entry(dptr, &cptr->domain_head, domain_list) { in get_all_cpu_stats() 4202 list_add_tail(&tdptr->domain_list, &summary_head->domain_head); in get_all_cpu_stats() 4215 tdptr = list_first_entry(&summary_head->domain_head, struct schedstat_domain, in get_all_cpu_stats() 4218 list_for_each_entry(dptr, &cptr->domain_head, domain_list) { in get_all_cpu_stats() 4276 dptr2 = list_first_entry(&cptr2->domain_head, struct schedstat_domain, in show_schedstat_data() 4301 list_for_each_entry(dptr1, &cptr1->domain_head, domain_list) { in show_schedstat_data() 4429 INIT_LIST_HEAD(&temp->domain_head); in perf_sched__process_schedstat() 4439 domain_second_pass = list_first_entry(&cpu_second_pass->domain_head, in perf_sched__process_schedstat() [all …]
|