Home
last modified time | relevance | path

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

/Linux-v6.1/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-v6.1/tools/lib/bpf/
Dlibbpf.map163 bpf_enable_stats;
Dbpf.h397 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
Dbpf.c1095 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
/Linux-v6.1/kernel/bpf/
Dsyscall.c4808 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
5048 err = bpf_enable_stats(&attr); in __sys_bpf()