Searched refs:profile_obj (Results 1 – 1 of 1) sorted by relevance
2152 static struct profiler_bpf *profile_obj; variable2209 profile_close_perf_events(profile_obj); in profile_print_and_cleanup()2210 profile_read_values(profile_obj); in profile_print_and_cleanup()2212 profiler_bpf__destroy(profile_obj); in profile_print_and_cleanup()2263 profile_obj = profiler_bpf__open(); in do_profile()2264 if (!profile_obj) { in do_profile()2269 profile_obj->rodata->num_cpu = num_cpu; in do_profile()2270 profile_obj->rodata->num_metric = num_metric; in do_profile()2273 bpf_map__set_max_entries(profile_obj->maps.events, num_metric * num_cpu); in do_profile()2274 bpf_map__set_max_entries(profile_obj->maps.fentry_readings, num_metric); in do_profile()[all …]