Searched refs:profile_obj (Results 1 – 1 of 1) sorted by relevance
2264 static struct profiler_bpf *profile_obj; in profile_close_perf_events() 2343 profile_close_perf_events(profile_obj); in profile_print_and_cleanup() 2344 profile_read_values(profile_obj);2346 profiler_bpf__destroy(profile_obj); in int_exit() 2397 profile_obj = profiler_bpf__open(); in do_profile() 2398 if (!profile_obj) { in do_profile() 2403 profile_obj->rodata->num_cpu = num_cpu; in do_profile() 2404 profile_obj->rodata->num_metric = num_metric; in do_profile() 2407 bpf_map__set_max_entries(profile_obj->maps.events, num_metric * num_cpu); in do_profile() 2408 bpf_map__set_max_entries(profile_obj in do_profile() 2257 static struct profiler_bpf *profile_obj; global() variable [all...]