Home
last modified time | relevance | path

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

/linux-6.3-rc2/tools/testing/selftests/bpf/prog_tests/
A Denable_stats.c17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
A Dprog_run_opts.c38 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_prog_run_opts()
/linux-6.3-rc2/tools/testing/selftests/bpf/
A Dtest_cpp.cpp121 fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in main()
/linux-6.3-rc2/tools/lib/bpf/
A Dbpf.h425 LIBBPF_API int bpf_enable_stats(int type);
428 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
A Dlibbpf.map163 bpf_enable_stats;
A Dbpf.c1155 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
/linux-6.3-rc2/kernel/bpf/
A Dsyscall.c4835 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
5075 err = bpf_enable_stats(&attr); in __sys_bpf()

Completed in 31 milliseconds