Lines Matching full:printf
32 printf(fmt, value);
43 printf("\n%s\n", op_get_time());
44 printf("\n-- OProfile Statistics --\n");
45 printf("Nr. sample dumps: %lu\n", opd_stats[OPD_DUMP_COUNT]);
46 printf("Nr. non-backtrace samples: %lu\n", opd_stats[OPD_SAMPLES]);
47 printf("Nr. kernel samples: %lu\n", opd_stats[OPD_KERNEL]);
48 printf("Nr. lost samples (no kernel/user): %lu\n", opd_stats[OPD_NO_CTX]);
49 printf("Nr. lost kernel samples: %lu\n", opd_stats[OPD_LOST_KERNEL]);
50 printf("Nr. incomplete code structs: %lu\n", opd_stats[OPD_DANGLING_CODE]);
51 printf("Nr. samples lost due to sample file open failure: %lu\n",
53 printf("Nr. samples lost due to no permanent mapping: %lu\n",
75 printf("\n---- Statistics for cpu : %d\n", cpu_nr);