Home
last modified time | relevance | path

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

/linux/tools/perf/
H A Dbuiltin-sched.c2512 * tprev = time of previous sched out event in timehist_get_thread()
2520 * last ready migrated tprev t in timehist_get_thread()
2528 * dt_wait = time between last schedule out event for task and tprev in timehist_get_thread()
2535 u64 t, u64 tprev) in timehist_get_thread()
2544 if (tprev) { in timehist_get_thread()
2545 r->dt_run = t - tprev; in timehist_get_thread()
2547 if (r->ready_to_run > tprev) in timehist_get_thread()
2550 r->dt_delay = tprev - r->ready_to_run; in timehist_skip_sample()
2552 if ((r->migrated > r->ready_to_run) && (r->migrated < tprev)) in timehist_skip_sample()
2556 if (r->last_time > tprev) in timehist_skip_sample()
2272 timehist_update_runtime_stats(struct thread_runtime * r,u64 t,u64 tprev) timehist_update_runtime_stats() argument
2799 u64 tprev, t = sample->time; timehist_sched_change_event() local
[all...]
/linux/drivers/net/ethernet/chelsio/cxgb4vf/
H A Dt4vf_common.h169 u32 tprev; /* TP Microcode Version */ member
H A Dt4vf_hw.c1003 dev_params->tprev = vals[1]; in t4vf_get_dev_params()