Searched refs:run_cnt (Results 1 – 7 of 7) sorted by relevance
| /Linux-v5.10/tools/testing/selftests/bpf/prog_tests/ |
| D | enable_stats.c | 39 CHECK(info.run_cnt != skel->bss->count, "check_run_cnt_valid", in test_enable_stats()
|
| /Linux-v5.10/tools/bpf/bpftool/Documentation/ |
| D | bpftool-prog.rst | 232 10: xdp name some_prog tag 005a3d2123620c8b gpl run_time_ns 81632 run_cnt 10 247 "run_cnt": 10, 325 51397 run_cnt
|
| /Linux-v5.10/tools/bpf/bpftool/ |
| D | prog.c | 369 jsonw_uint_field(json_wtr, "run_cnt", info->run_cnt); in print_prog_header_json() 448 info->run_time_ns, info->run_cnt); in print_prog_header_plain()
|
| /Linux-v5.10/tools/include/uapi/linux/ |
| D | bpf.h | 4397 __u64 run_cnt; member
|
| /Linux-v5.10/include/uapi/linux/ |
| D | bpf.h | 4397 __u64 run_cnt; member
|
| /Linux-v5.10/lib/ |
| D | test_bpf.c | 6967 int jit_cnt = 0, run_cnt = 0; in test_bpf() local 6991 run_cnt++; in test_bpf() 7008 pass_cnt, err_cnt, jit_cnt, run_cnt); in test_bpf()
|
| /Linux-v5.10/kernel/bpf/ |
| D | syscall.c | 3443 info.run_cnt = stats.cnt; in bpf_prog_get_info_by_fd()
|