Searched refs:DEF_KEY_LOCK (Results 1 – 1 of 1) sorted by relevance
/tools/perf/ |
D | builtin-lock.c | 251 #define DEF_KEY_LOCK(name, fn_suffix) \ macro 254 DEF_KEY_LOCK(acquired, nr_acquired), 255 DEF_KEY_LOCK(contended, nr_contended), 256 DEF_KEY_LOCK(avg_wait, avg_wait_time), 257 DEF_KEY_LOCK(wait_total, wait_time_total), 258 DEF_KEY_LOCK(wait_min, wait_time_min), 259 DEF_KEY_LOCK(wait_max, wait_time_max),
|