Lines Matching refs:num_cpu
1992 __u32 m, cpu, num_cpu = obj->rodata->num_cpu; in profile_read_values() local
1994 __u64 counts[num_cpu]; in profile_read_values()
2012 for (cpu = 0; cpu < num_cpu; cpu++) in profile_read_values()
2016 struct bpf_perf_event_value values[num_cpu]; in profile_read_values()
2027 for (cpu = 0; cpu < num_cpu; cpu++) { in profile_read_values()
2175 sizeof(int), obj->rodata->num_cpu * obj->rodata->num_metric); in profile_open_perf_events()
2190 for (cpu = 0; cpu < obj->rodata->num_cpu; cpu++) { in profile_open_perf_events()
2226 int num_metric, num_cpu, err = -1; in do_profile() local
2257 num_cpu = libbpf_num_possible_cpus(); in do_profile()
2258 if (num_cpu <= 0) { in do_profile()
2269 profile_obj->rodata->num_cpu = num_cpu; in do_profile()
2273 bpf_map__set_max_entries(profile_obj->maps.events, num_metric * num_cpu); in do_profile()