Lines Matching refs:u32

58 	u32	nr_entries;
60 u32 locks; /* count of 'lock' transactions */
61 u32 store; /* count of all stores in trace */
62 u32 st_uncache; /* stores to uncacheable address */
63 u32 st_noadrs; /* cacheable store with no address */
64 u32 st_l1hit; /* count of stores that hit L1D */
65 u32 st_l1miss; /* count of stores that miss L1D */
66 u32 st_na; /* count of stores with memory level is not available */
67 u32 load; /* count of all loads in trace */
68 u32 ld_excl; /* exclusive loads, rmt/lcl DRAM - snp none/miss */
69 u32 ld_shared; /* shared loads, rmt/lcl DRAM - snp hit */
70 u32 ld_uncache; /* loads to uncacheable address */
71 u32 ld_io; /* loads to io address */
72 u32 ld_miss; /* loads miss */
73 u32 ld_noadrs; /* cacheable load with no address */
74 u32 ld_fbhit; /* count of loads hitting Fill Buffer */
75 u32 ld_l1hit; /* count of loads that hit L1D */
76 u32 ld_l2hit; /* count of loads that hit L2D */
77 u32 ld_llchit; /* count of loads that hit LLC */
78 u32 lcl_hitm; /* count of loads with local HITM */
79 u32 rmt_hitm; /* count of loads with remote HITM */
80 u32 tot_hitm; /* count of loads with local and remote HITM */
81 u32 lcl_peer; /* count of loads with local peer cache */
82 u32 rmt_peer; /* count of loads with remote peer cache */
83 u32 tot_peer; /* count of loads with local and remote peer cache */
84 u32 rmt_hit; /* count of loads with remote hit clean; */
85 u32 lcl_dram; /* count of loads miss to local DRAM */
86 u32 rmt_dram; /* count of loads miss to remote DRAM */
87 u32 blk_data; /* count of loads blocked by data */
88 u32 blk_addr; /* count of loads blocked by address conflict */
89 u32 nomap; /* count of load/stores with no phys addrs */
90 u32 noparse; /* count of unparsable data sources */