Searched refs:bootchart_count (Results 1 – 1 of 1) sorted by relevance
69 static int bootchart_count; variable832 bootchart_count = bootchart_init(); in bootchart_init_action()833 if (bootchart_count < 0) { in bootchart_init_action()835 } else if (bootchart_count > 0) { in bootchart_init_action()836 NOTICE("bootcharting started (period=%d ms)\n", bootchart_count*BOOTCHART_POLLING_MS); in bootchart_init_action()1120 if (bootchart_count > 0) { in main()1123 if (bootchart_step() < 0 || --bootchart_count == 0) { in main()1125 bootchart_count = 0; in main()