Home
last modified time | relevance | path

Searched refs:profile_obj (Results 1 – 1 of 1) sorted by relevance

/linux/tools/bpf/bpftool/
A Dprog.c2057 static struct profiler_bpf *profile_obj; variable
2114 profile_close_perf_events(profile_obj); in profile_print_and_cleanup()
2115 profile_read_values(profile_obj); in profile_print_and_cleanup()
2117 profiler_bpf__destroy(profile_obj); in profile_print_and_cleanup()
2168 profile_obj = profiler_bpf__open(); in do_profile()
2169 if (!profile_obj) { in do_profile()
2174 profile_obj->rodata->num_cpu = num_cpu; in do_profile()
2198 err = profiler_bpf__load(profile_obj); in do_profile()
2220 profile_close_perf_events(profile_obj); in do_profile()
2221 if (profile_obj) in do_profile()
[all …]

Completed in 6 milliseconds