Home
last modified time | relevance | path

Searched refs:prof_dump_open (Results 1 – 9 of 9) sorted by relevance

/third_party/ulib/jemalloc/test/unit/
A Dprof_idump.c43 prof_dump_open = prof_dump_open_intercept; in TEST_BEGIN()
A Dprof_gdump.c35 prof_dump_open = prof_dump_open_intercept; in TEST_BEGIN()
A Dprof_accum.c74 prof_dump_open = prof_dump_open_intercept; in TEST_BEGIN()
A Dprof_reset.c294 prof_dump_open = prof_dump_open_intercept; in main()
/third_party/ulib/jemalloc/include/jemalloc/internal/
A Dprof_externs.h54 extern prof_dump_open_t *prof_dump_open;
A Dprivate_symbols.txt374 prof_dump_open
A Dprivate_namespace.h374 #define prof_dump_open JEMALLOC_N(prof_dump_open) macro
A Dprivate_unnamespace.h374 #undef prof_dump_open
/third_party/ulib/jemalloc/src/
A Dprof.c927 #undef prof_dump_open
928 #define prof_dump_open JEMALLOC_N(prof_dump_open_impl) macro
931 prof_dump_open(bool propagate_err, const char *filename) in prof_dump_open() function
946 #undef prof_dump_open
947 #define prof_dump_open JEMALLOC_N(prof_dump_open) macro
948 prof_dump_open_t *prof_dump_open = JEMALLOC_N(prof_dump_open_impl);
1585 if ((prof_dump_fd = prof_dump_open(propagate_err, filename)) == -1) { in prof_dump_file()

Completed in 18 milliseconds