Searched refs:load_time (Results 1 – 9 of 9) sorted by relevance
/linux/tools/power/cpupower/bench/ |
H A D | benchmark.c | 82 long sleep_time = 0, load_time = 0; in start_benchmark() local 88 load_time = config->load; in start_benchmark() 109 calculations = calculate_timespace(load_time, config); in start_benchmark() 114 calculations, load_time); in start_benchmark() 117 _round, load_time, sleep_time); in start_benchmark() 121 load_time / calculations, in start_benchmark() 122 1000000 * calculations / load_time); in start_benchmark() 136 load_time, calculations); in start_benchmark() 141 progress_time += sleep_time + load_time; in start_benchmark() 162 load_time, calculations); in start_benchmark() [all …]
|
H A D | system.c | 129 unsigned long load_time = 0; in prepare_user() local 135 load_time += 2 * config->cycles * in prepare_user() 142 (int)((sleep_time + load_time) / 60000000)); in prepare_user()
|
/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | bpf_obj_id.c | 33 time_t now, load_time; in serial_test_bpf_obj_id() local 117 load_time = (real_time_ts.tv_sec - boot_time_ts.tv_sec) in serial_test_bpf_obj_id() 118 + (prog_infos[i].load_time / nsec_per_sec); in serial_test_bpf_obj_id() 128 !ASSERT_GE(load_time, (now - 60), "load_time") || in serial_test_bpf_obj_id() 129 !ASSERT_LE(load_time, (now + 60), "load_time") || in serial_test_bpf_obj_id()
|
/linux/tools/bpf/bpftool/ |
H A D | prog.c | 453 if (info->load_time) { in print_prog_json() 456 print_boot_time(info->load_time, buf, sizeof(buf)); in print_prog_json() 458 /* Piggy back on load_time, since 0 uid is a valid one */ in print_prog_json() 537 if (info->load_time) { in print_prog_plain() 540 print_boot_time(info->load_time, buf, sizeof(buf)); in print_prog_plain() 542 /* Piggy back on load_time, since 0 uid is a valid one */ in print_prog_plain()
|
/linux/Documentation/bpf/ |
H A D | drgn.rst | 176 .load_time = (u64)2408348759285319,
|
/linux/include/uapi/linux/ |
H A D | bpf.h | 6559 __u64 load_time; /* ns since boottime */ member
|
/linux/tools/include/uapi/linux/ |
H A D | bpf.h | 6559 __u64 load_time; /* ns since boottime */ member
|
/linux/kernel/bpf/ |
H A D | syscall.c | 2936 prog->aux->load_time = ktime_get_boottime_ns(); in bpf_prog_load() 4696 info.load_time = prog->aux->load_time; in bpf_prog_get_info_by_fd()
|
/linux/include/linux/ |
H A D | bpf.h | 1555 u64 load_time; /* ns since boottime */ member
|