Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-stat.c184 static u64 *walltime_run; variable
756 walltime_run[run_idx] = t1 - t0; in __run_perf_stat()
1757 double run = (double) walltime_run[idx] / NSEC_PER_SEC; in print_table()
2965 walltime_run = zalloc(run_count * sizeof(walltime_run[0])); in cmd_stat()
2966 if (!walltime_run) { in cmd_stat()
3135 free(walltime_run); in cmd_stat()