Searched refs:run_cnt (Results 1 – 8 of 8) sorted by relevance
| /linux/tools/testing/selftests/bpf/prog_tests/ |
| H A D | prog_run_opts.c | 9 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 D | enable_stats.c | 39 CHECK(info.run_cnt != skel->bss->count, "check_run_cnt_valid", in test_enable_stats()
|
| /linux/tools/testing/selftests/bpf/progs/ |
| H A D | test_perf_link.c | 7 int run_cnt = 0; variable 12 __sync_fetch_and_add(&run_cnt, 1); in handler()
|
| /linux/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-prog.rst | 269 10: xdp name some_prog tag 005a3d2123620c8b gpl run_time_ns 81632 run_cnt 10 284 "run_cnt": 10, 362 51397 run_cnt
|
| /linux/include/uapi/linux/ |
| H A D | bpf.h | 1458 /* enabled run_time_ns and run_cnt */ 6666 __u64 run_cnt; 6661 __u64 run_cnt; global() member
|
| /linux/tools/include/uapi/linux/ |
| H A D | bpf.h | 1458 /* enabled run_time_ns and run_cnt */ 6666 __u64 run_cnt; 6661 __u64 run_cnt; global() member
|
| /linux/lib/ |
| H A D | test_bpf.c | 15188 int jit_cnt = 0, run_cnt = 0; in test_bpf() local 15224 run_cnt++; in test_bpf() 15241 pass_cnt, err_cnt, jit_cnt, run_cnt); in test_bpf() 15578 int jit_cnt = 0, run_cnt = 0; in test_tail_calls() local 15599 run_cnt++; in test_tail_calls() 15618 __func__, pass_cnt, err_cnt, jit_cnt, run_cnt); in test_tail_calls()
|
| /linux/kernel/bpf/ |
| H A D | syscall.c | 5028 info.run_cnt = stats.cnt; in bpf_prog_get_info_by_fd()
|