Home
last modified time | relevance | path

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

/Linux-v5.10/tools/testing/selftests/bpf/prog_tests/
Denable_stats.c17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
/Linux-v5.10/tools/lib/bpf/
Dlibbpf.map260 bpf_enable_stats;
Dbpf.h245 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
Dbpf.c909 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
/Linux-v5.10/kernel/bpf/
Dsyscall.c4254 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
4482 err = bpf_enable_stats(&attr); in SYSCALL_DEFINE3()