Searched refs:bpf_enable_stats (Results 1 – 6 of 6) sorted by relevance
17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
38 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_prog_run_opts()
400 LIBBPF_API int bpf_enable_stats(int type);403 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
163 bpf_enable_stats;
1095 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
4806 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function5046 err = bpf_enable_stats(&attr); in __sys_bpf()