Searched defs:wait_time_total (Results 1 - 1 of 1) sorted by last modified time

/external/linux-tools-perf/perf-3.12.0/tools/perf/
H A Dbuiltin-lock.c60 u64 wait_time_total; member in struct:lock_stat
211 SINGLE_KEY(wait_time_total)
230 * e.g. nr_acquired -> acquired, wait_time_total -> wait_total
247 DEF_KEY_LOCK(wait_total, wait_time_total),
496 ls->wait_time_total += contended_term;
741 pr_info("%15" PRIu64 " ", st->wait_time_total);

Completed in 100 milliseconds