Report stats for tdatas_mtx and prof_dump_mtx

This commit is contained in:
Yinan Zhang
2019-08-02 09:41:35 -07:00
parent 87e2400cbb
commit 39343555d6
3 changed files with 35 additions and 3 deletions

View File

@@ -8,7 +8,9 @@
#define MUTEX_PROF_GLOBAL_MUTEXES \
OP(background_thread) \
OP(ctl) \
OP(prof)
OP(prof) \
OP(prof_thds_data) \
OP(prof_dump)
typedef enum {
#define OP(mtx) global_prof_mutex_##mtx,