Home
last modified time | relevance | path

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

/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()
/linux/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp130 fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in main()
/linux/tools/lib/bpf/
H A Dlibbpf.map163 bpf_enable_stats;
/linux/kernel/bpf/
H A Dsyscall.c6117 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
6455 err = bpf_enable_stats(&attr); in __sys_bpf()