Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dstat.h103 u64 *walltime_run; member
H A Dstat-display.c1405 double run = (double) config->walltime_run[idx] / NSEC_PER_SEC; in print_table()
/linux/tools/perf/
H A Dbuiltin-stat.c1011 stat_config.walltime_run[run_idx] = t1 - t0; in __run_perf_stat()
2777 stat_config.walltime_run = calloc(stat_config.run_count, sizeof(stat_config.walltime_run[0])); in cmd_stat()
2778 if (!stat_config.walltime_run) { in cmd_stat()
3057 zfree(&stat_config.walltime_run);