Home
last modified time | relevance | path

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

/external/linux-tools-perf/src/tools/perf/
Dbuiltin-lock.c468 u64 contended_term; in report_lock_acquired_event() local
495 contended_term = sample->time - seq->prev_event_time; in report_lock_acquired_event()
496 ls->wait_time_total += contended_term; in report_lock_acquired_event()
497 if (contended_term < ls->wait_time_min) in report_lock_acquired_event()
498 ls->wait_time_min = contended_term; in report_lock_acquired_event()
499 if (ls->wait_time_max < contended_term) in report_lock_acquired_event()
500 ls->wait_time_max = contended_term; in report_lock_acquired_event()