Home
last modified time | relevance | path

Searched refs:dt_run (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c253 u64 dt_run; /* run time */ member
2044 print_sched_time(tr->dt_run, 6); in timehist_print_sample()
2088 * |- dt_delay -|-- dt_run --|
2090 * dt_run = run time of current task
2103 r->dt_run = 0; in timehist_update_runtime_stats()
2106 r->dt_run = t - tprev; in timehist_update_runtime_stats()
2128 update_stats(&r->run_stats, r->dt_run); in timehist_update_runtime_stats()
2130 r->total_run_time += r->dt_run; in timehist_update_runtime_stats()
2613 last_tr->dt_run = 0; in timehist_sched_change_event()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c255 u64 dt_run; /* run time */ member
2091 print_sched_time(tr->dt_run, 6); in timehist_print_sample()
2135 * |- dt_delay -|-- dt_run --|
2137 * dt_run = run time of current task
2150 r->dt_run = 0; in timehist_update_runtime_stats()
2153 r->dt_run = t - tprev; in timehist_update_runtime_stats()
2175 update_stats(&r->run_stats, r->dt_run); in timehist_update_runtime_stats()
2177 r->total_run_time += r->dt_run; in timehist_update_runtime_stats()
2669 last_tr->dt_run = 0; in timehist_sched_change_event()

Completed in 11 milliseconds