/* All L1 D cache load references counted at finish, gated by reject */
EVENT(PM_LD_REF_L1, 0x100fc); /* Load Missed L1 */
EVENT(PM_LD_MISS_L1, 0x3e054); /* Store Missed L1 */
EVENT(PM_ST_MISS_L1, 0x300f0); /* L1 cache data prefetches */
EVENT(PM_LD_PREFETCH_CACHE_LINE_MISS, 0x1002c); /* Demand iCache Miss */
EVENT(PM_L1_ICACHE_MISS, 0x200fc); /* Instruction fetches from L1 */
EVENT(PM_INST_FROM_L1, 0x04080); /* Instruction Demand sectors wriittent into IL1 */
EVENT(PM_INST_FROM_L1MISS, 0x03f00000001c040); /* Instruction prefetch written into IL1 */
EVENT(PM_IC_PREF_REQ, 0x040a0); /* The data cache was reloaded from local core's L3 due to a demand load */
EVENT(PM_DATA_FROM_L3, 0x01340000001c040); /* Demand LD - L3 Miss (not L2 hit and not L3 hit) */
EVENT(PM_DATA_FROM_L3MISS, 0x300fe); /* All successful D-side store dispatches for this thread */
EVENT(PM_L2_ST, 0x010000046080); /* All successful D-side store dispatches for this thread that were L2 Miss */
EVENT(PM_L2_ST_MISS, 0x26880); /* Total HW L3 prefetches(Load+store) */
EVENT(PM_L3_PF_MISS_L3, 0x100000016080); /* Data PTEG reload */
EVENT(PM_DTLB_MISS, 0x300fc); /* ITLB Reloaded */
EVENT(PM_ITLB_MISS, 0x400fc);
/* * Memory Access Events * * Primary PMU event used here is PM_MRK_INST_CMPL (0x401e0) * To enable capturing of memory profiling, these MMCRA bits * needs to be programmed and corresponding raw event format * encoding. * * MMCRA bits encoding needed are * SM (Sampling Mode) * EM (Eligibility for Random Sampling) * TECE (Threshold Event Counter Event) * TS (Threshold Start Event) * TE (Threshold End Event) * * Corresponding Raw Encoding bits: * sample [EM,SM] * thresh_sel (TECE) * thresh start (TS) * thresh end (TE)
*/
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.