Home
last modified time | relevance | path

Searched refs:run_time_ns (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.6/tools/testing/selftests/bpf/prog_tests/
Denable_stats.c35 if (CHECK(info.run_time_ns == 0, "check_stats_enabled", in test_enable_stats()
/Linux-v6.6/tools/bpf/bpftool/
Dprog.c437 if (info->run_time_ns) { in print_prog_header_json()
438 jsonw_uint_field(json_wtr, "run_time_ns", info->run_time_ns); in print_prog_header_json()
522 if (info->run_time_ns) in print_prog_header_plain()
524 info->run_time_ns, info->run_cnt); in print_prog_header_plain()
/Linux-v6.6/tools/bpf/bpftool/Documentation/
Dbpftool-prog.rst266 10: xdp name some_prog tag 005a3d2123620c8b gpl run_time_ns 81632 run_cnt 10
280 "run_time_ns": 81632,
/Linux-v6.6/tools/include/uapi/linux/
Dbpf.h6430 __u64 run_time_ns; member
/Linux-v6.6/include/uapi/linux/
Dbpf.h6430 __u64 run_time_ns; member
/Linux-v6.6/kernel/bpf/
Dsyscall.c4323 info.run_time_ns = stats.nsecs; in bpf_prog_get_info_by_fd()