Searched refs:bpf_enable_stats (Results 1 – 5 of 5) sorted by relevance
17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
260 bpf_enable_stats;
245 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
909 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
4254 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function4482 err = bpf_enable_stats(&attr); in SYSCALL_DEFINE3()