Searched refs:profile_obj (Results 1 – 1 of 1) sorted by relevance
2253 static struct profiler_bpf *profile_obj; variable2332 profile_close_perf_events(profile_obj); in profile_print_and_cleanup()2333 profile_read_values(profile_obj); in profile_print_and_cleanup()2335 profiler_bpf__destroy(profile_obj); in profile_print_and_cleanup()2386 profile_obj = profiler_bpf__open(); in do_profile()2387 if (!profile_obj) { in do_profile()2392 profile_obj->rodata->num_cpu = num_cpu; in do_profile()2416 err = profiler_bpf__load(profile_obj); in do_profile()2438 profile_close_perf_events(profile_obj); in do_profile()2439 if (profile_obj) in do_profile()[all …]