Lines Matching refs:num_cpu
1761 __u32 m, cpu, num_cpu = obj->rodata->num_cpu; in profile_read_values() local
1763 __u64 counts[num_cpu]; in profile_read_values()
1781 for (cpu = 0; cpu < num_cpu; cpu++) in profile_read_values()
1785 struct bpf_perf_event_value values[num_cpu]; in profile_read_values()
1796 for (cpu = 0; cpu < num_cpu; cpu++) { in profile_read_values()
1921 sizeof(int), obj->rodata->num_cpu * obj->rodata->num_metric); in profile_open_perf_events()
1936 for (cpu = 0; cpu < obj->rodata->num_cpu; cpu++) { in profile_open_perf_events()
1972 int num_metric, num_cpu, err = -1; in do_profile() local
2003 num_cpu = libbpf_num_possible_cpus(); in do_profile()
2004 if (num_cpu <= 0) { in do_profile()
2015 profile_obj->rodata->num_cpu = num_cpu; in do_profile()
2019 bpf_map__resize(profile_obj->maps.events, num_metric * num_cpu); in do_profile()