Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/
Dbuiltin-lock.c474 u64 contended_term; in report_lock_acquired_event() local
501 contended_term = sample->time - seq->prev_event_time; in report_lock_acquired_event()
502 ls->wait_time_total += contended_term; in report_lock_acquired_event()
503 if (contended_term < ls->wait_time_min) in report_lock_acquired_event()
504 ls->wait_time_min = contended_term; in report_lock_acquired_event()
505 if (ls->wait_time_max < contended_term) in report_lock_acquired_event()
506 ls->wait_time_max = contended_term; in report_lock_acquired_event()