Searched refs:prof_bt_count (Results 1 – 6 of 6) sorted by relevance
/external/jemalloc_new/test/unit/ |
D | prof_reset.c | 103 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()
|
D | prof_active.c | 70 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()
|
D | prof_accum.c | 41 bt_count = prof_bt_count(); in thd_start()
|
/external/jemalloc_new/include/jemalloc/internal/ |
D | prof_externs.h | 54 size_t prof_bt_count(void);
|
D | private_namespace_jet.h | 294 #define prof_bt_count JEMALLOC_N(prof_bt_count) macro
|
/external/jemalloc_new/src/ |
D | prof.c | 938 prof_bt_count(void) { in prof_bt_count() function
|