Searched refs:run_cnt (Results 1 – 10 of 10) sorted by relevance
/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/ |
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()
|
D | perf_link.c | 67 ASSERT_GT(skel->bss->run_cnt, 0, "run_cnt"); in serial_test_perf_link() 78 run_cnt_before = skel->bss->run_cnt; in serial_test_perf_link() 80 run_cnt_after = skel->bss->run_cnt; in serial_test_perf_link()
|
D | enable_stats.c | 39 CHECK(info.run_cnt != skel->bss->count, "check_run_cnt_valid", in test_enable_stats()
|
/Linux-v6.6/tools/testing/selftests/bpf/progs/ |
D | test_perf_link.c | 7 int run_cnt = 0; variable 12 __sync_fetch_and_add(&run_cnt, 1); in handler()
|
/Linux-v6.6/tools/bpf/bpftool/Documentation/ |
D | bpftool-prog.rst | 266 10: xdp name some_prog tag 005a3d2123620c8b gpl run_time_ns 81632 run_cnt 10 281 "run_cnt": 10, 359 51397 run_cnt
|
/Linux-v6.6/tools/bpf/bpftool/ |
D | prog.c | 439 jsonw_uint_field(json_wtr, "run_cnt", info->run_cnt); in print_prog_header_json() 524 info->run_time_ns, info->run_cnt); in print_prog_header_plain()
|
/Linux-v6.6/tools/include/uapi/linux/ |
D | bpf.h | 6431 __u64 run_cnt; member
|
/Linux-v6.6/include/uapi/linux/ |
D | bpf.h | 6431 __u64 run_cnt; member
|
/Linux-v6.6/lib/ |
D | test_bpf.c | 14784 int jit_cnt = 0, run_cnt = 0; in test_bpf() local 14820 run_cnt++; in test_bpf() 14837 pass_cnt, err_cnt, jit_cnt, run_cnt); in test_bpf() 15164 int jit_cnt = 0, run_cnt = 0; in test_tail_calls() local 15185 run_cnt++; in test_tail_calls() 15204 __func__, pass_cnt, err_cnt, jit_cnt, run_cnt); in test_tail_calls()
|
/Linux-v6.6/kernel/bpf/ |
D | syscall.c | 4324 info.run_cnt = stats.cnt; in bpf_prog_get_info_by_fd()
|