Home
last modified time | relevance | path

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

/Linux-v5.10/tools/bpf/bpftool/
Dprog.c1896 static struct profiler_bpf *profile_obj; variable
1953 profile_close_perf_events(profile_obj); in profile_print_and_cleanup()
1954 profile_read_values(profile_obj); in profile_print_and_cleanup()
1956 profiler_bpf__destroy(profile_obj); in profile_print_and_cleanup()
2007 profile_obj = profiler_bpf__open(); in do_profile()
2008 if (!profile_obj) { in do_profile()
2013 profile_obj->rodata->num_cpu = num_cpu; in do_profile()
2014 profile_obj->rodata->num_metric = num_metric; in do_profile()
2017 bpf_map__resize(profile_obj->maps.events, num_metric * num_cpu); in do_profile()
2018 bpf_map__resize(profile_obj->maps.fentry_readings, num_metric); in do_profile()
[all …]