Lines Matching refs:num_cpu
1914 __u32 m, cpu, num_cpu = obj->rodata->num_cpu; in profile_read_values() local
1916 __u64 counts[num_cpu]; in profile_read_values()
1934 for (cpu = 0; cpu < num_cpu; cpu++) in profile_read_values()
1938 struct bpf_perf_event_value values[num_cpu]; in profile_read_values()
1949 for (cpu = 0; cpu < num_cpu; cpu++) { in profile_read_values()
2080 sizeof(int), obj->rodata->num_cpu * obj->rodata->num_metric); in profile_open_perf_events()
2095 for (cpu = 0; cpu < obj->rodata->num_cpu; cpu++) { in profile_open_perf_events()
2131 int num_metric, num_cpu, err = -1; in do_profile() local
2162 num_cpu = libbpf_num_possible_cpus(); in do_profile()
2163 if (num_cpu <= 0) { in do_profile()
2174 profile_obj->rodata->num_cpu = num_cpu; in do_profile()
2178 bpf_map__resize(profile_obj->maps.events, num_metric * num_cpu); in do_profile()