Home
last modified time | relevance | path

Searched refs:bpf_enable_stats (Results 1 – 5 of 5) sorted by relevance

/tools/testing/selftests/bpf/prog_tests/
Denable_stats.c17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
Dprog_run_xattr.c38 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_prog_run_xattr()
/tools/lib/bpf/
Dbpf.h256 LIBBPF_API int bpf_enable_stats(int type);
259 LIBBPF_API int bpf_enable_stats(enum bpf_stats_type type);
Dlibbpf.map260 bpf_enable_stats;
Dbpf.c1046 int bpf_enable_stats(enum bpf_stats_type type) in bpf_enable_stats() function