Searched refs:run_cnt (Results 1 – 10 of 10) sorted by relevance
| /linux-6.15/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 | perf_link.c | 74 if (skel->bss->run_cnt > 0) in serial_test_perf_link() 89 run_cnt_before = skel->bss->run_cnt; in serial_test_perf_link() 91 run_cnt_after = skel->bss->run_cnt; in serial_test_perf_link()
|
| H A D | enable_stats.c | 39 CHECK(info.run_cnt != skel->bss->count, "check_run_cnt_valid", in test_enable_stats()
|
| /linux-6.15/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-6.15/tools/bpf/bpftool/Documentation/ |
| H A D | bpftool-prog.rst | 244 10: xdp name some_prog tag 005a3d2123620c8b gpl run_time_ns 81632 run_cnt 10 259 "run_cnt": 10, 337 51397 run_cnt
|
| /linux-6.15/tools/bpf/bpftool/ |
| H A D | prog.c | 439 jsonw_uint_field(json_wtr, "run_cnt", info->run_cnt); in print_prog_header_json() 525 info->run_time_ns, info->run_cnt); in print_prog_header_plain()
|
| /linux-6.15/tools/include/uapi/linux/ |
| H A D | bpf.h | 6607 __u64 run_cnt; member
|
| /linux-6.15/include/uapi/linux/ |
| H A D | bpf.h | 6607 __u64 run_cnt; member
|
| /linux-6.15/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-6.15/kernel/bpf/ |
| H A D | syscall.c | 4752 info.run_cnt = stats.cnt; in bpf_prog_get_info_by_fd()
|