Home
last modified time | relevance | path

Searched refs:total_runtime (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.10/tools/perf/
Dbuiltin-sched.c137 u64 total_runtime; member
1071 atoms->total_runtime += delta; in add_runtime_event()
1337 sched->all_runtime += work_list->total_runtime; in output_lat_thread()
1353 (double)work_list->total_runtime / NSEC_PER_MSEC, in output_lat_thread()
1413 if (l->total_runtime < r->total_runtime) in runtime_cmp()
1415 if (l->total_runtime > r->total_runtime) in runtime_cmp()
3137 this->total_runtime += data->total_runtime; in __merge_work_atoms()
/Linux-v5.10/drivers/gpu/drm/i915/
Di915_gpu_error.h92 u64 total_runtime; member
Di915_gpu_error.c493 ctx->total_runtime * period, in error_print_context()
1279 e->total_runtime = rq->context->runtime.total; in record_context()