Home
last modified time | relevance | path

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

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c220 unsigned int header_iterations; variable
1438 if ((!count || (header_iterations && !(count % header_iterations))) || !summary_only) in format_all_counters()
6698 header_iterations = strtod(optarg, NULL); in cmdline()
6700 if (header_iterations <= 0) { in cmdline()
6701 fprintf(outf, "iterations %d should be positive number\n", header_iterations); in cmdline()