Searched refs:bpf_enable_stats (Results 1 – 6 of 6) sorted by relevance
17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
38 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_prog_run_opts()
130 fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in main()
647 LIBBPF_API int bpf_enable_stats(int type);650 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
163 bpf_enable_stats;
1330 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
Completed in 11 milliseconds