Home
last modified time | relevance | path

Searched refs:bpf_enable_stats (Results 1 – 4 of 4) 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/kernel/bpf/
H A Dsyscall.c5981 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function
6247 err = bpf_enable_stats(&attr); in __sys_bpf()