Searched refs:profile_obj (Results 1 – 1 of 1) sorted by relevance
2265 static struct profiler_bpf *profile_obj; variable2344 profile_close_perf_events(profile_obj); in profile_print_and_cleanup()2345 profile_read_values(profile_obj); in profile_print_and_cleanup()2347 profiler_bpf__destroy(profile_obj); in profile_print_and_cleanup()2398 profile_obj = profiler_bpf__open(); in do_profile()2399 if (!profile_obj) { in do_profile()2404 profile_obj->rodata->num_cpu = num_cpu; in do_profile()2428 err = profiler_bpf__load(profile_obj); in do_profile()2450 profile_close_perf_events(profile_obj); in do_profile()2451 if (profile_obj) in do_profile()[all …]