Searched refs:num_pcs (Results 1 – 1 of 1) sorted by relevance
362 uintptr_t num_pcs = bt->getDepth(); in profile_write_pprof_file() local363 fwrite(&num_pcs, sizeof(num_pcs), 1, f); in profile_write_pprof_file()365 for (uintptr_t n = 0; n < num_pcs; ++n) { in profile_write_pprof_file()