Home
last modified time | relevance | path

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

/freebsd/lib/libpmc/
H A Dlibpmc.c703 uint64_t ctl, ldlat; in ibs_allocate_pmc() local
769 ldlat = strtoull(q, &e, 0); in ibs_allocate_pmc()
784 if (ldlat < 128 || ldlat > 2048) in ibs_allocate_pmc()
786 ctl |= IBS_OP_CTL_LDLAT_TO_CTL(ldlat); in ibs_allocate_pmc()