Lines Matching refs:num_cpu
1759 __u32 m, cpu, num_cpu = obj->rodata->num_cpu; in profile_read_values() local
1761 __u64 counts[num_cpu]; in profile_read_values()
1779 for (cpu = 0; cpu < num_cpu; cpu++) in profile_read_values()
1783 struct bpf_perf_event_value values[num_cpu]; in profile_read_values()
1794 for (cpu = 0; cpu < num_cpu; cpu++) { in profile_read_values()
1919 sizeof(int), obj->rodata->num_cpu * obj->rodata->num_metric); in profile_open_perf_events()
1934 for (cpu = 0; cpu < obj->rodata->num_cpu; cpu++) { in profile_open_perf_events()
1970 int num_metric, num_cpu, err = -1; in do_profile() local
2001 num_cpu = libbpf_num_possible_cpus(); in do_profile()
2002 if (num_cpu <= 0) { in do_profile()
2013 profile_obj->rodata->num_cpu = num_cpu; in do_profile()
2017 bpf_map__resize(profile_obj->maps.events, num_metric * num_cpu); in do_profile()