Searched refs:prof_bt_count (Results 1 – 8 of 8) sorted by relevance
/external/jemalloc/test/unit/ |
D | prof_reset.c | 101 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces"); in TEST_BEGIN() 104 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace"); in TEST_BEGIN() 120 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace"); in TEST_BEGIN() 125 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces"); in TEST_BEGIN() 193 bt_count = prof_bt_count(); in TEST_BEGIN() 209 assert_zu_eq(prof_bt_count(), bt_count, in TEST_BEGIN()
|
D | prof_active.c | 85 assert_zu_eq(prof_bt_count(), 0, "%s():%d: Expected 0 backtraces", func, in prof_sampling_probe_impl() 89 assert_zu_eq(prof_bt_count(), expected_backtraces, in prof_sampling_probe_impl()
|
D | prof_accum.c | 50 bt_count = prof_bt_count(); in thd_start()
|
/external/jemalloc/include/jemalloc/internal/ |
D | private_symbols.txt | 361 prof_bt_count
|
D | prof.h | 291 size_t prof_bt_count(void);
|
D | private_namespace.h | 361 #define prof_bt_count JEMALLOC_N(prof_bt_count) macro
|
D | private_unnamespace.h | 361 #undef prof_bt_count
|
/external/jemalloc/src/ |
D | prof.c | 900 prof_bt_count(void) in prof_bt_count() function
|