Home
last modified time | relevance | path

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

/linux-6.15/tools/testing/selftests/bpf/prog_tests/
H A Denable_stats.c17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
H A Dprog_run_opts.c38 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_prog_run_opts()
/linux-6.15/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp130 fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in main()
/linux-6.15/tools/lib/bpf/
H A Dbpf.h642 LIBBPF_API int bpf_enable_stats(int type);
645 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
H A Dlibbpf.map163 bpf_enable_stats;
H A Dbpf.c1286 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
/linux-6.15/kernel/bpf/
H A Dsyscall.c5673 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
5917 err = bpf_enable_stats(&attr); in __sys_bpf()