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

/freebsd-10.1-release/lib/libpmc/
H A Dlibpmc.c680 #define IAP_KW_CACHESTATE "cachestate"
819 uint64_t cachestate, evmask, rsp; local
826 cachestate = evmask = rsp = 0;
865 n = pmc_parse_mask(iap_cachestate_mask, p, &cachestate);
914 * If the event requires a 'cachestate' qualifier but was not
928 if (cachestate == 0)
929 cachestate = (0xF << 8);
932 /* IAP_EVENT_77H only accepts a cachestate qualifier on the
935 if(cpu_info.pm_cputype == PMC_CPU_INTEL_ATOM && cachestate == 0)
936 cachestate
[all...]

Completed in 69 milliseconds