Home
last modified time | relevance | path

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

/kernel/linux/linux-6.6/tools/power/x86/turbostat/
H A Dturbostat.c218 unsigned int header_iterations; variable
739 " -N, --header_iterations num\n" in help()
1435 if ((!count || (header_iterations && !(count % header_iterations))) || !summary_only) in format_all_counters()
6605 { "header_iterations", required_argument, 0, 'N' }, in cmdline()
6688 header_iterations = strtod(optarg, NULL); in cmdline()
6690 if (header_iterations <= 0) { in cmdline()
6691 fprintf(outf, "iterations %d should be positive number\n", header_iterations); in cmdline()

Completed in 8 milliseconds