Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Denable_stats.c17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
/OK3568_Linux_fs/kernel/tools/lib/bpf/
H A Dlibbpf.map260 bpf_enable_stats;
H A Dbpf.h245 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
H A Dbpf.c909 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
/OK3568_Linux_fs/kernel/kernel/bpf/
H A Dsyscall.c4282 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
4512 err = bpf_enable_stats(&attr); in SYSCALL_DEFINE3()