Searched refs:DEF_KEY_LOCK (Results 1 – 1 of 1) sorted by relevance
| /linux/tools/perf/ |
| H A D | builtin-lock.c | 274 #define DEF_KEY_LOCK(name, header, fn_suffix, len) \ macro 277 DEF_KEY_LOCK(acquired, "acquired", nr_acquired, 10), 278 DEF_KEY_LOCK(contended, "contended", nr_contended, 10), 279 DEF_KEY_LOCK(avg_wait, "avg wait", avg_wait_time, 12), 280 DEF_KEY_LOCK(wait_total, "total wait", wait_time_total, 12), 281 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12), 282 DEF_KEY_LOCK(wait_min, "min wait", wait_time_min, 12), 289 DEF_KEY_LOCK(contended, "contended", nr_contended, 10), 290 DEF_KEY_LOCK(wait_total, "total wait", wait_time_total, 12), 291 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12), [all …]
|