Searched refs:pmc_pmu_sample_rate_get (Results 1 - 4 of 4) sorted by relevance

/freebsd-12-stable/lib/libpmc/
H A Dpmc.h121 uint64_t pmc_pmu_sample_rate_get(const char *);
H A Dlibpmc_pmu_util.c297 pmc_pmu_sample_rate_get(const char *event_name) function
572 pmc_pmu_sample_rate_get(const char *event_name __unused) function
/freebsd-12-stable/usr.sbin/pmc/
H A Dcmd_pmc_stat.c182 if (pmc_pmu_sample_rate_get(counter) == DEFAULT_SAMPLE_COUNT)
/freebsd-12-stable/usr.sbin/pmcstat/
H A Dpmcstat.c671 ev->ev_count = current_sampling_count ? current_sampling_count : pmc_pmu_sample_rate_get(ev->ev_spec);

Completed in 63 milliseconds