Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c68 lcollection_stat_t col_src_stat; member
237 col->col_src_stat = report.lcol_stat; in read_stats()
264 (col->col_src_stat.field - col->col_old_stat.field) in print_unformatted_stats()
268 if (bcmp(&col->col_src_stat, &col->col_old_stat, in print_unformatted_stats()
269 sizeof (col->col_src_stat)) == 0) { in print_unformatted_stats()
280 DELTA(lcols_rss_sample), col->col_src_stat.lcols_min_rss, in print_unformatted_stats()
281 col->col_src_stat.lcols_max_rss, col->col_rsslimit, in print_unformatted_stats()
282 (col->col_src_stat.lcols_proc_in - in print_unformatted_stats()
286 col->col_old_stat = col->col_src_stat; in print_unformatted_stats()