Home
last modified time | relevance | path

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

/Linux-v5.4/tools/perf/
Dbuiltin-stat.c423 static int __run_perf_stat(int argc, const char **argv, int run_idx) in __run_perf_stat() argument
603 stat_config.walltime_run[run_idx] = t1 - t0; in __run_perf_stat()
625 static int run_perf_stat(int argc, const char **argv, int run_idx) in run_perf_stat() argument
638 ret = __run_perf_stat(argc, argv, run_idx); in run_perf_stat()
1689 int status = -EINVAL, run_idx; in cmd_stat() local
1951 for (run_idx = 0; forever || run_idx < stat_config.run_count; run_idx++) { in cmd_stat()
1954 run_idx + 1); in cmd_stat()
1956 if (run_idx != 0) in cmd_stat()
1959 status = run_perf_stat(argc, argv, run_idx); in cmd_stat()