Searched refs:bpf_enable_stats (Results 1 – 7 of 7) 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()
121 fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in main()
597 LIBBPF_API int bpf_enable_stats(int type);600 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
163 bpf_enable_stats;
1243 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function
5243 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function5468 err = bpf_enable_stats(&attr); in __sys_bpf()