Home
last modified time | relevance | path

Searched refs:prof_bt_count (Results 1 – 5 of 5) sorted by relevance

/f-stack/app/redis-5.0.5/deps/jemalloc/test/unit/
H A Dprof_reset.c103 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces"); in TEST_BEGIN()
106 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace"); in TEST_BEGIN()
122 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace"); in TEST_BEGIN()
127 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces"); in TEST_BEGIN()
191 bt_count = prof_bt_count(); in TEST_BEGIN()
209 assert_zu_eq(prof_bt_count(), bt_count, in TEST_BEGIN()
H A Dprof_active.c70 assert_zu_eq(prof_bt_count(), 0, "%s():%d: Expected 0 backtraces", func, in prof_sampling_probe_impl()
74 assert_zu_eq(prof_bt_count(), expected_backtraces, in prof_sampling_probe_impl()
H A Dprof_accum.c41 bt_count = prof_bt_count(); in thd_start()
/f-stack/app/redis-5.0.5/deps/jemalloc/include/jemalloc/internal/
H A Dprof_externs.h54 size_t prof_bt_count(void);
/f-stack/app/redis-5.0.5/deps/jemalloc/src/
H A Dprof.c938 prof_bt_count(void) { in prof_bt_count() function