mirror of
https://github.com/jemalloc/jemalloc.git
synced 2026-07-04 12:57:15 +03:00
Report stats for tdatas_mtx and prof_dump_mtx
This commit is contained in:
parent
87e2400cbb
commit
39343555d6
3 changed files with 35 additions and 3 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue