Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/perf/util/
H A Dstat.h143 u64 *walltime_run; member
H A Dstat-display.c1071 double run = (double) config->walltime_run[idx] / NSEC_PER_SEC; in print_table()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dstat.h110 u64 *walltime_run; member
H A Dstat-display.c1386 double run = (double) config->walltime_run[idx] / NSEC_PER_SEC; in print_table()
/kernel/linux/linux-5.10/tools/perf/
H A Dbuiltin-stat.c908 stat_config.walltime_run[run_idx] = t1 - t0; in __run_perf_stat()
2191 stat_config.walltime_run = zalloc(stat_config.run_count * sizeof(stat_config.walltime_run[0])); in cmd_stat()
2192 if (!stat_config.walltime_run) { in cmd_stat()
2399 zfree(&stat_config.walltime_run); in cmd_stat()
/kernel/linux/linux-6.6/tools/perf/
H A Dbuiltin-stat.c912 stat_config.walltime_run[run_idx] = t1 - t0; in __run_perf_stat()
2630 stat_config.walltime_run = zalloc(stat_config.run_count * sizeof(stat_config.walltime_run[0])); in cmd_stat()
2631 if (!stat_config.walltime_run) { in cmd_stat()
2889 zfree(&stat_config.walltime_run); in cmd_stat()

Completed in 16 milliseconds