Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-sched.c256 u64 dt_preempt; /* time between CPU access by preempt (off cpu) */ member
2040 wait_time = tr->dt_sleep + tr->dt_iowait + tr->dt_preempt; in timehist_print_sample()
2102 r->dt_preempt = 0; in timehist_update_runtime_stats()
2120 r->dt_preempt = dt_wait; in timehist_update_runtime_stats()
2134 r->total_preempt_time += r->dt_preempt; in timehist_update_runtime_stats()
2617 last_tr->dt_preempt = 0; in timehist_sched_change_event()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-sched.c258 u64 dt_preempt; /* time between CPU access by preempt (off cpu) */ member
2087 wait_time = tr->dt_sleep + tr->dt_iowait + tr->dt_preempt; in timehist_print_sample()
2149 r->dt_preempt = 0; in timehist_update_runtime_stats()
2167 r->dt_preempt = dt_wait; in timehist_update_runtime_stats()
2181 r->total_preempt_time += r->dt_preempt; in timehist_update_runtime_stats()
2673 last_tr->dt_preempt = 0; in timehist_sched_change_event()

Completed in 11 milliseconds