Home
last modified time | relevance | path

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

/tools/perf/
Dbuiltin-stat.c123 static int run_count = 1; variable
696 if (run_count == 1) in print_noise()
1328 if (run_count > 1) in print_stat()
1329 fprintf(output, " (%d runs)", run_count); in print_stat()
1355 if (run_count > 1) { in print_stat()
1637 OPT_INTEGER('r', "repeat", &run_count, in cmd_stat()
1752 if (run_count < 0) { in cmd_stat()
1756 } else if (run_count == 0) { in cmd_stat()
1758 run_count = 1; in cmd_stat()
1816 for (run_idx = 0; forever || run_idx < run_count; run_idx++) { in cmd_stat()
[all …]