Home
last modified time | relevance | path

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

/linux/tools/power/x86/turbostat/
H A Dturbostat.c494 unsigned int header_iterations; variable
3762 if ((!count || (header_iterations && !(count % header_iterations))) || !summary_only) in format_all_counters()
11529 header_iterations = strtoul(optarg, NULL, 0); in cmdline()
11532 if (errno || header_iterations == 0) in cmdline()