Home
last modified time | relevance | path

Searched refs:outf (Results 1 – 1 of 1) sorted by relevance

/tools/power/x86/turbostat/
Dturbostat.c47 FILE *outf; variable
713 if (outf == stderr) in flush_output_stdout()
716 filep = outf; in flush_output_stdout()
725 fputs(output_buffer, outf); in flush_output_stderr()
726 fflush(outf); in flush_output_stderr()
826 fprintf(outf, "%s: APERF or MPERF went backwards *\n", progname); in delta_thread()
827 fprintf(outf, "* Frequency results do not cover entire interval *\n"); in delta_thread()
828 fprintf(outf, "* fix this by running Linux-2.6.30 or later *\n"); in delta_thread()
864 fprintf(outf, "cpu%d MPERF 0!\n", old->cpu_id); in delta_thread()
1078 fprintf(outf, "Could not migrate to CPU %d\n", cpu); in get_counters()
[all …]