Home
last modified time | relevance | path

Searched refs:BPF_STATS_RUN_TIME (Results 1 – 6 of 6) sorted by relevance

/linux-6.15/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-6.15/tools/testing/selftests/bpf/
H A Dtest_cpp.cpp130 fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in main()
/linux-6.15/tools/include/uapi/linux/
H A Dbpf.h1442 BPF_STATS_RUN_TIME = 0, enumerator
/linux-6.15/include/uapi/linux/
H A Dbpf.h1442 BPF_STATS_RUN_TIME = 0, enumerator
/linux-6.15/kernel/bpf/
H A Dsyscall.c5683 case BPF_STATS_RUN_TIME: in bpf_enable_stats()