bpf_enable_stats
err = bpf_enable_stats(&attr);
LIBBPF_API int bpf_enable_stats(int type);
LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME);
stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME);
fd = bpf_enable_stats(BPF_STATS_RUN_TIME);