Home
last modified time | relevance | path

Searched refs:wake_up_time (Results 1 – 2 of 2) sorted by relevance

/linux/include/sound/sof/
H A Ddai-intel.h194 uint32_t wake_up_time; /**< Time from clock start to data (us) */ member
/linux/tools/perf/
H A Dbuiltin-sched.c173 u64 wake_up_time;
1252 atom->wake_up_time = atom->sched_out_time; in latency_wakeup_event()
1255 atom->wake_up_time = 0; in latency_wakeup_event()
1291 if (timestamp < atom->wake_up_time) { in latency_wakeup_event()
1302 delta = atom->sched_in_time - atom->wake_up_time; in latency_migrate_task_event()
1306 atoms->max_lat_start = atom->wake_up_time; in latency_migrate_task_event()
1488 * then we should not set the ->wake_up_time when wake up a in sort_dimension__add()
1505 atom->wake_up_time = timestamp; in perf_sched__sort_lat()
1550 atom->sched_in_time = atom->sched_out_time = atom->wake_up_time = timestamp; in map__findnew_thread()
109 u64 wake_up_time; global() member