Home
last modified time | relevance | path

Searched refs:BPF_STATS_RUN_TIME (Results 1 – 6 of 6) 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/include/uapi/linux/
H A Dbpf.h1333 BPF_STATS_RUN_TIME = 0, enumerator
/openbmc/linux/include/uapi/linux/
H A Dbpf.h1333 BPF_STATS_RUN_TIME = 0, enumerator
/openbmc/linux/kernel/bpf/
H A Dsyscall.c5291 case BPF_STATS_RUN_TIME: in bpf_enable_stats()