Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/testing/selftests/bpf/prog_tests/
H A Denable_stats.c8 int stats_fd, err, prog_fd; in test_enable_stats() local
17 stats_fd = bpf_enable_stats(BPF_STATS_RUN_TIME); in test_enable_stats()
18 if (CHECK(stats_fd < 0, "get_stats_fd", "failed %d\n", errno)) { in test_enable_stats()
44 close(stats_fd); in test_enable_stats()