Searched refs:elapsed_ns (Results 1 – 8 of 8) sorted by relevance
| /linux-6.15/tools/testing/selftests/powerpc/benchmarks/ |
| H A D | null_syscall.c | 134 unsigned long long elapsed_ns, elapsed_tb; in main() local 146 elapsed_ns = (tv_now.tv_sec - tv_start.tv_sec) * 1000000000ULL + in main() 150 printf("%10.2f ns %10.2f cycles\n", (float)elapsed_ns / NR_LOOPS, in main()
|
| /linux-6.15/drivers/pmdomain/ |
| H A D | core.c | 735 s64 elapsed_ns; in _genpd_power_on() local 770 dev_name(&genpd->dev), "on", elapsed_ns); in _genpd_power_on() 786 s64 elapsed_ns; in _genpd_power_off() local 1128 s64 elapsed_ns; in genpd_runtime_suspend() local 1164 if (elapsed_ns > td->suspend_latency_ns) { in genpd_runtime_suspend() 1165 td->suspend_latency_ns = elapsed_ns; in genpd_runtime_suspend() 1167 elapsed_ns); in genpd_runtime_suspend() 1203 s64 elapsed_ns; in genpd_runtime_resume() local 1243 if (elapsed_ns > td->resume_latency_ns) { in genpd_runtime_resume() 1244 td->resume_latency_ns = elapsed_ns; in genpd_runtime_resume() [all …]
|
| /linux-6.15/drivers/gpu/drm/panfrost/ |
| H A D | panfrost_device.h | 168 unsigned long long elapsed_ns[NUM_JOB_SLOTS]; member
|
| H A D | panfrost_drv.c | 594 engine_names[i], panfrost_priv->engine_usage.elapsed_ns[i]); in panfrost_gpu_show_fdinfo()
|
| H A D | panfrost_job.c | 164 job->engine_usage->elapsed_ns[slot] += in panfrost_dequeue_job()
|
| /linux-6.15/drivers/gpu/drm/msm/ |
| H A D | msm_gpu.h | 406 uint64_t elapsed_ns; member
|
| H A D | msm_gpu.c | 154 drm_printf(p, "drm-engine-gpu:\t%llu ns\n", ctx->elapsed_ns); in msm_gpu_show_fdinfo() 679 submit->queue->ctx->elapsed_ns += elapsed; in retire_submit()
|
| /linux-6.15/tools/testing/selftests/bpf/prog_tests/ |
| H A D | reg_bounds.c | 1487 u64 elapsed_ns = get_time_ns() - ctx->start_ns; in verify_case_opt() local 1488 double remain_ns = elapsed_ns / progress * (1 - progress); in verify_case_opt() 1495 elapsed_ns / 1000000000 / 60, in verify_case_opt() 1496 elapsed_ns / 1000000000.0 / 3600, in verify_case_opt()
|