Searched refs:DEF_KEY_LOCK (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/perf/ |
H A D | builtin-lock.c | 290 #define DEF_KEY_LOCK(name, header, fn_suffix, len) \ macro 293 DEF_KEY_LOCK(acquired, "acquired", nr_acquired, 10), 294 DEF_KEY_LOCK(contended, "contended", nr_contended, 10), 295 DEF_KEY_LOCK(avg_wait, "avg wait", avg_wait_time, 12), 296 DEF_KEY_LOCK(wait_total, "total wait", wait_time_total, 12), 297 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12), 298 DEF_KEY_LOCK(wait_min, "min wait", wait_time_min, 12), 305 DEF_KEY_LOCK(contended, "contended", nr_contended, 10), 307 DEF_KEY_LOCK(wait_max, "max wait", wait_time_max, 12), 308 DEF_KEY_LOCK(wait_min, "min wait", wait_time_min, 12), [all …]
|