Home
last modified time | relevance | path

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

/linux-6.12.1/tools/power/x86/turbostat/
Dturbostat.c310 unsigned int header_iterations; variable
3123 if ((!count || (header_iterations && !(count % header_iterations))) || !summary_only) in format_all_counters()
9869 header_iterations = strtod(optarg, NULL); in cmdline()
9871 if (header_iterations <= 0) { in cmdline()
9872 fprintf(outf, "iterations %d should be positive number\n", header_iterations); in cmdline()