Searched refs:profile_obj (Results 1 – 1 of 1) sorted by relevance
2347 static struct profiler_bpf *profile_obj; variable2426 profile_close_perf_events(profile_obj); in profile_print_and_cleanup()2427 profile_read_values(profile_obj); in profile_print_and_cleanup()2429 profiler_bpf__destroy(profile_obj); in profile_print_and_cleanup()2480 profile_obj = profiler_bpf__open(); in do_profile()2481 if (!profile_obj) { in do_profile()2486 profile_obj->rodata->num_cpu = num_cpu; in do_profile()2487 profile_obj->rodata->num_metric = num_metric; in do_profile()2490 bpf_map__set_max_entries(profile_obj->maps.events, num_metric * num_cpu); in do_profile()2491 bpf_map__set_max_entries(profile_obj->maps.fentry_readings, num_metric); in do_profile()[all …]