Searched refs:prof_dump_filename (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc_new/src/ |
D | prof.c | 1723 prof_dump_filename(char *filename, char v, uint64_t vseq) { in prof_dump_filename() function 1756 prof_dump_filename(filename, 'f', VSEQ_INVALID); in prof_fdump() 1804 prof_dump_filename(filename, 'i', prof_dump_iseq); in prof_idump() 1826 prof_dump_filename(filename_buf, 'm', prof_dump_mseq); in prof_mdump() 1861 prof_dump_filename(filename, 'u', prof_dump_useq); in prof_gdump()
|