Home
last modified time | relevance | path

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

/freebsd/usr.sbin/pmcstat/
H A Dpmcstat_log.c142 static int ps_samples_period; /* samples count between top refresh. */ variable
226 ps_samples_period = 0; in pmcstat_stats_reset()
533 pmcstat_mergepmc, &pmcstat_npmcs, &ps_samples_period)); in pmcstat_process_log()
567 if (ps_samples_period > 0) in pmcstat_refresh_top()
568 v = (pmcpr->pr_samples * 100.0) / ps_samples_period; in pmcstat_refresh_top()
/freebsd/lib/libpmcstat/
H A Dlibpmcstat_logging.c192 int *ps_samples_period) in pmcstat_analyze_log() argument
269 *ps_samples_period += 1; in pmcstat_analyze_log()
H A Dlibpmcstat.h378 int *ps_samples_period);