Searched refs:prof_dump_filename (Results 1 – 1 of 1) sorted by relevance
/external/jemalloc/src/ |
D | prof.c | 1564 prof_dump_filename(char *filename, char v, uint64_t vseq) in prof_dump_filename() function 1598 prof_dump_filename(filename, 'f', VSEQ_INVALID); in prof_fdump() 1625 prof_dump_filename(filename, 'i', prof_dump_iseq); in prof_idump() 1649 prof_dump_filename(filename_buf, 'm', prof_dump_mseq); in prof_mdump() 1679 prof_dump_filename(filename, 'u', prof_dump_useq); in prof_gdump()
|