Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcap/rcapstat/
H A Drcapstat.c197 report.lcol_stat.lcols_pg_eff; in read_stats()
199 report.lcol_stat.lcols_pg_att; in read_stats()
207 if (report.lcol_stat.lcols_pg_eff > col->col_paged_eff_old) { in read_stats()
209 report.lcol_stat.lcols_pg_eff - in read_stats()
211 if (report.lcol_stat.lcols_scan_count > col->col_count) in read_stats()
214 (report.lcol_stat.lcols_scan_count - in read_stats()
219 if (report.lcol_stat.lcols_pg_att > col->col_paged_att_old) { in read_stats()
221 report.lcol_stat.lcols_pg_att - in read_stats()
223 if (report.lcol_stat.lcols_scan_count > col->col_count) in read_stats()
226 (report.lcol_stat.lcols_scan_count - in read_stats()
[all …]
/titanic_41/usr/src/cmd/rcap/rcapd/
H A Drcapd_main.c251 lcol->lcol_stat.lcols_proc_in++; in lprocess_insert_mark()
539 lcol->lcol_stat.lcols_rss_sample++; in rss_sample_col_cb()
543 lcol->lcol_stat.lcols_rss_act_sum += rss; in rss_sample_col_cb()
548 lcol->lcol_stat.lcols_rss_sum += rss; in rss_sample_col_cb()
550 if (lcol->lcol_stat.lcols_min_rss > rss) in rss_sample_col_cb()
551 lcol->lcol_stat.lcols_min_rss = rss; in rss_sample_col_cb()
552 if (lcol->lcol_stat.lcols_max_rss < rss) in rss_sample_col_cb()
553 lcol->lcol_stat.lcols_max_rss = rss; in rss_sample_col_cb()
669 lcol->lcol_stat.lcols_scan++; in scan_cb()
702 lcol->lcol_stat.lcols_scan++; in scan_gz()
[all …]
H A Drcapd_scanner.c587 vic->lpc_collection->lcol_stat.lcols_pg_eff += in rss_delta()
683 if ((lcol->lcol_stat.lcols_scan_count % in scan()
692 if (lcol->lcol_stat.lcols_scan_count > 0) in scan()
814 lcol->lcol_stat.lcols_pg_att += in scan()
898 lcol->lcol_stat.lcols_pg_att += (att = in scan()
955 lcol->lcol_stat.lcols_scan_count++; in scan()
956 lcol->lcol_stat.lcols_scan_time_complete in scan()
957 = lcol->lcol_stat.lcols_scan_time; in scan()
964 lcol->lcol_stat in scan()
975 lcol->lcol_stat.lcols_scan_time += (gethrtime() - scan_start); in scan()
H A Drcapd_collection.c114 lcol->lcol_stat.lcols_min_rss = (uint64_t)-1; in lcollection_insert_update()
/titanic_41/usr/src/cmd/rcap/common/
H A Drcapd.h160 lcollection_stat_t lcol_stat; /* statistics */ member
178 lcollection_stat_t lcol_stat; /* statistics */ member