Searched refs:profile_obj (Results 1 – 1 of 1) sorted by relevance
2045 static struct profiler_bpf *profile_obj; variable2102 profile_close_perf_events(profile_obj); in profile_print_and_cleanup()2103 profile_read_values(profile_obj); in profile_print_and_cleanup()2105 profiler_bpf__destroy(profile_obj); in profile_print_and_cleanup()2156 profile_obj = profiler_bpf__open(); in do_profile()2157 if (!profile_obj) { in do_profile()2162 profile_obj->rodata->num_cpu = num_cpu; in do_profile()2163 profile_obj->rodata->num_metric = num_metric; in do_profile()2166 bpf_map__resize(profile_obj->maps.events, num_metric * num_cpu); in do_profile()2167 bpf_map__resize(profile_obj->maps.fentry_readings, num_metric); in do_profile()[all …]