Home
last modified time | relevance | path

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

/linux-6.12.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-6.12.1/tools/testing/selftests/bpf/
Dtest_cpp.cpp130 fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in main()
/linux-6.12.1/tools/lib/bpf/
Dbpf.h638 LIBBPF_API int bpf_enable_stats(int type);
641 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
Dlibbpf.map163 bpf_enable_stats;
Dbpf.c1283 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
/linux-6.12.1/kernel/bpf/
Dsyscall.c5492 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
5736 err = bpf_enable_stats(&attr); in __sys_bpf()