Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-lock.c479 u64 contended_term; in report_lock_acquired_event() local
506 contended_term = sample->time - seq->prev_event_time; in report_lock_acquired_event()
507 ls->wait_time_total += contended_term; in report_lock_acquired_event()
508 if (contended_term < ls->wait_time_min) in report_lock_acquired_event()
509 ls->wait_time_min = contended_term; in report_lock_acquired_event()
510 if (ls->wait_time_max < contended_term) in report_lock_acquired_event()
511 ls->wait_time_max = contended_term; in report_lock_acquired_event()