Searched refs:bpf_enable_stats (Results 1 – 5 of 5) 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()
163 bpf_enable_stats;
6117 static int bpf_enable_stats(union bpf_attr *attr) in bpf_enable_stats() function6455 err = bpf_enable_stats(&attr); in __sys_bpf()