Home
last modified time | relevance | path

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

/linux-6.1.9/tools/testing/selftests/bpf/prog_tests/
Denable_stats.c17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
Dprog_run_opts.c38 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_prog_run_opts()
/linux-6.1.9/tools/lib/bpf/
Dbpf.h400 LIBBPF_API int bpf_enable_stats(int type);
403 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
Dlibbpf.map163 bpf_enable_stats;
Dbpf.c1095 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
/linux-6.1.9/kernel/bpf/
Dsyscall.c4806 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
5046 err = bpf_enable_stats(&attr); in __sys_bpf()