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