Home
last modified time | relevance | path

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

/openbmc/linux/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()
/openbmc/linux/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp121 fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in main()
/openbmc/linux/tools/lib/bpf/
H A Dbpf.h597 LIBBPF_API int bpf_enable_stats(int type);
600 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
H A Dlibbpf.map163 bpf_enable_stats;
H A Dbpf.c1243 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
/openbmc/linux/kernel/bpf/
H A Dsyscall.c5281 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
5511 err = bpf_enable_stats(&attr); in __sys_bpf()