Home
last modified time | relevance | path

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

/external/jemalloc/test/unit/
Dprof_reset.c117 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces"); in TEST_BEGIN()
120 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace"); in TEST_BEGIN()
136 assert_zu_eq(prof_bt_count(), 1, "Expected 1 backtrace"); in TEST_BEGIN()
141 assert_zu_eq(prof_bt_count(), 0, "Expected 0 backtraces"); in TEST_BEGIN()
207 bt_count = prof_bt_count(); in TEST_BEGIN()
224 assert_zu_eq(prof_bt_count(), bt_count, in TEST_BEGIN()
Dprof_active.c86 assert_zu_eq(prof_bt_count(), 0, "%s():%d: Expected 0 backtraces", func, in prof_sampling_probe_impl()
90 assert_zu_eq(prof_bt_count(), expected_backtraces, in prof_sampling_probe_impl()
Dprof_accum.c50 bt_count = prof_bt_count(); in thd_start()
/external/jemalloc/include/jemalloc/internal/
Dprivate_symbols.txt432 prof_bt_count
Dprof.h292 size_t prof_bt_count(void);
Dprivate_namespace.h432 #define prof_bt_count JEMALLOC_N(prof_bt_count) macro
Dprivate_unnamespace.h432 #undef prof_bt_count
/external/jemalloc/src/
Dprof.c914 prof_bt_count(void) in prof_bt_count() function