Lines Matching full:event
10 * Power10 event codes.
12 EVENT(PM_CYC, 0x600f4);
13 EVENT(PM_DISP_STALL_CYC, 0x100f8);
14 EVENT(PM_EXEC_STALL, 0x30008);
15 EVENT(PM_INST_CMPL, 0x500fa);
16 EVENT(PM_BR_CMPL, 0x4d05e);
17 EVENT(PM_BR_MPRED_CMPL, 0x400f6);
18 EVENT(PM_BR_FIN, 0x2f04a);
19 EVENT(PM_MPRED_BR_FIN, 0x3e098);
20 EVENT(PM_LD_DEMAND_MISS_L1_FIN, 0x400f0);
23 EVENT(PM_LD_REF_L1, 0x100fc);
25 EVENT(PM_LD_MISS_L1, 0x3e054);
27 EVENT(PM_ST_MISS_L1, 0x300f0);
29 EVENT(PM_LD_PREFETCH_CACHE_LINE_MISS, 0x1002c);
31 EVENT(PM_L1_ICACHE_MISS, 0x200fc);
33 EVENT(PM_INST_FROM_L1, 0x04080);
35 EVENT(PM_INST_FROM_L1MISS, 0x03f00000001c040);
37 EVENT(PM_IC_PREF_REQ, 0x040a0);
39 EVENT(PM_DATA_FROM_L3, 0x01340000001c040);
41 EVENT(PM_DATA_FROM_L3MISS, 0x300fe);
43 EVENT(PM_L2_ST, 0x010000046080);
45 EVENT(PM_L2_ST_MISS, 0x26880);
47 EVENT(PM_L3_PF_MISS_L3, 0x100000016080);
49 EVENT(PM_DTLB_MISS, 0x300fc);
51 EVENT(PM_ITLB_MISS, 0x400fc);
53 EVENT(PM_CYC_ALT, 0x0001e);
54 EVENT(PM_INST_CMPL_ALT, 0x00002);
59 * Primary PMU event used here is PM_MRK_INST_CMPL (0x401e0)
61 * needs to be programmed and corresponding raw event format
67 * TECE (Threshold Event Counter Event)
68 * TS (Threshold Start Event)
69 * TE (Threshold End Event)
78 EVENT(MEM_LOADS, 0x35340401e0);
79 EVENT(MEM_STORES, 0x353c0401e0);