Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dstat.h105 struct rusage ru_data; member
H A Dstat-display.c1424 double ru_utime = timeval2double(&config->ru_data.ru_utime); in print_footer()
1425 double ru_stime = timeval2double(&config->ru_data.ru_stime); in print_footer()
/openbmc/linux/tools/perf/
H A Dbuiltin-stat.c892 wait4(child_pid, &status, 0, &stat_config.ru_data); in __run_perf_stat()
925 update_rusage_stats(&ru_stats, &stat_config.ru_data); in __run_perf_stat()