Home
last modified time | relevance | path

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

/linux/tools/testing/selftests/bpf/prog_tests/
H A Dprog_run_opts.c9 static void check_run_cnt(int prog_fd, __u64 run_cnt) in check_run_cnt() argument
19 CHECK(run_cnt != info.run_cnt, "run_cnt", in check_run_cnt()
20 "incorrect number of repetitions, want %llu have %llu\n", run_cnt, info.run_cnt); in check_run_cnt()
28 __u64 run_cnt = 0; in test_prog_run_opts() local
56 run_cnt += topts.repeat; in test_prog_run_opts()
57 check_run_cnt(prog_fd, run_cnt); in test_prog_run_opts()
69 run_cnt += topts.repeat; in test_prog_run_opts()
70 check_run_cnt(prog_fd, run_cnt); in test_prog_run_opts()
H A Denable_stats.c39 CHECK(info.run_cnt != skel->bss->count, "check_run_cnt_valid", in test_enable_stats()
/linux/tools/testing/selftests/bpf/progs/
H A Dtest_perf_link.c7 int run_cnt = 0; variable
12 __sync_fetch_and_add(&run_cnt, 1); in handler()
/linux/tools/bpf/bpftool/Documentation/
H A Dbpftool-prog.rst269 10: xdp name some_prog tag 005a3d2123620c8b gpl run_time_ns 81632 run_cnt 10
284 "run_cnt": 10,
362 51397 run_cnt
/linux/tools/include/uapi/linux/
H A Dbpf.h6799 __u64 run_cnt; member
/linux/include/uapi/linux/
H A Dbpf.h6799 __u64 run_cnt; member
/linux/kernel/bpf/
H A Dsyscall.c5156 info.run_cnt = stats.cnt; in bpf_prog_get_info_by_fd()