Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/bpf/bpftool/
H A Dprog.c1898 static struct profiler_bpf *profile_obj; variable
1955 profile_close_perf_events(profile_obj); in profile_print_and_cleanup()
1956 profile_read_values(profile_obj); in profile_print_and_cleanup()
1958 profiler_bpf__destroy(profile_obj); in profile_print_and_cleanup()
2009 profile_obj = profiler_bpf__open(); in do_profile()
2010 if (!profile_obj) { in do_profile()
2015 profile_obj->rodata->num_cpu = num_cpu; in do_profile()
2016 profile_obj->rodata->num_metric = num_metric; in do_profile()
2019 bpf_map__resize(profile_obj->maps.events, num_metric * num_cpu); in do_profile()
2020 bpf_map__resize(profile_obj->maps.fentry_readings, num_metric); in do_profile()
[all …]