Searched refs:print_if (Results 1 – 1 of 1) sorted by relevance
/external/oprofile/daemon/ |
D | opd_stats.c | 28 static void print_if(char const * fmt, char const * path, char const * filename, int force) in print_if() function 55 print_if("Nr. event lost due to buffer overflow: %u\n", in opd_print_stats() 57 print_if("Nr. samples lost due to no mapping: %u\n", in opd_print_stats() 59 print_if("Nr. backtraces skipped due to no file mapping: %u\n", in opd_print_stats() 61 print_if("Nr. samples lost due to no mm: %u\n", in opd_print_stats() 76 print_if("Nr. samples lost cpu buffer overflow: %u\n", in opd_print_stats() 78 print_if("Nr. samples lost task exit: %u\n", in opd_print_stats() 80 print_if("Nr. samples received: %u\n", in opd_print_stats() 82 print_if("Nr. backtrace aborted: %u\n", in opd_print_stats() 84 print_if("Nr. samples lost invalid pc: %u\n", in opd_print_stats()
|