Lines Matching refs:num_cpu
1902 __u32 m, cpu, num_cpu = obj->rodata->num_cpu; in profile_read_values() local
1904 __u64 counts[num_cpu]; in profile_read_values()
1922 for (cpu = 0; cpu < num_cpu; cpu++) in profile_read_values()
1926 struct bpf_perf_event_value values[num_cpu]; in profile_read_values()
1937 for (cpu = 0; cpu < num_cpu; cpu++) { in profile_read_values()
2068 sizeof(int), obj->rodata->num_cpu * obj->rodata->num_metric); in profile_open_perf_events()
2083 for (cpu = 0; cpu < obj->rodata->num_cpu; cpu++) { in profile_open_perf_events()
2119 int num_metric, num_cpu, err = -1; in do_profile() local
2150 num_cpu = libbpf_num_possible_cpus(); in do_profile()
2151 if (num_cpu <= 0) { in do_profile()
2162 profile_obj->rodata->num_cpu = num_cpu; in do_profile()
2166 bpf_map__resize(profile_obj->maps.events, num_metric * num_cpu); in do_profile()