Home
last modified time | relevance | path

Searched refs:WT_STAT_ENABLED (Results 1 – 7 of 7) sorted by relevance

/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/include/
H A Dstat.h151 #define WT_STAT_ENABLED(session) (S2C(session)->stat_flags != 0) macro
156 if (WT_STAT_ENABLED(session)) \
161 if (WT_STAT_ENABLED(session)) \
165 if (WT_STAT_ENABLED(session)) \
169 if (WT_STAT_ENABLED(session)) \
173 if (WT_STAT_ENABLED(session)) \
199 if (WT_STAT_ENABLED(session)) { \
H A Dlsm.h281 if (WT_STAT_ENABLED(session)) \
285 if (WT_STAT_ENABLED(session)) \
H A Dmutex.i299 if (t->stat_count_off != -1 && WT_STAT_ENABLED(session)) { in __wt_spin_lock_track()
325 if (t->stat_count_off != -1 && WT_STAT_ENABLED(session)) { in __wt_spin_trylock_track()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/support/
H A Dmtx_rw.c131 if (l->stat_read_count_off != -1 && WT_STAT_ENABLED(session)) { in __wt_try_readlock()
242 set_stats = (l->stat_read_count_off != -1 && WT_STAT_ENABLED(session)); in __wt_readlock()
321 if (l->stat_write_count_off != -1 && WT_STAT_ENABLED(session)) { in __wt_try_writelock()
406 set_stats = (l->stat_write_count_off != -1 && WT_STAT_ENABLED(session)); in __wt_writelock()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/conn/
H A Dconn_stat.c136 if (cval.val != 0 && WT_STAT_ENABLED(session)) in __statlog_config()
639 if (WT_STAT_ENABLED(session)) in __statlog_server()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/cursor/
H A Dcur_stat.c607 if (!WT_STAT_ENABLED(session)) in __wt_curstat_open()
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/third_party/wiredtiger/src/evict/
H A Devict_lru.c2317 if (WT_STAT_ENABLED(session)) { in __evict_page()