Lines Matching full:loads
61 u32 load; /* count of all loads in trace */
62 u32 ld_excl; /* exclusive loads, rmt/lcl DRAM - snp none/miss */
63 u32 ld_shared; /* shared loads, rmt/lcl DRAM - snp hit */
64 u32 ld_uncache; /* loads to uncacheable address */
65 u32 ld_io; /* loads to io address */
66 u32 ld_miss; /* loads miss */
68 u32 ld_fbhit; /* count of loads hitting Fill Buffer */
69 u32 ld_l1hit; /* count of loads that hit L1D */
70 u32 ld_l2hit; /* count of loads that hit L2D */
71 u32 ld_llchit; /* count of loads that hit LLC */
72 u32 lcl_hitm; /* count of loads with local HITM */
73 u32 rmt_hitm; /* count of loads with remote HITM */
74 u32 tot_hitm; /* count of loads with local and remote HITM */
75 u32 lcl_peer; /* count of loads with local peer cache */
76 u32 rmt_peer; /* count of loads with remote peer cache */
77 u32 tot_peer; /* count of loads with local and remote peer cache */
78 u32 rmt_hit; /* count of loads with remote hit clean; */
79 u32 lcl_dram; /* count of loads miss to local DRAM */
80 u32 rmt_dram; /* count of loads miss to remote DRAM */
81 u32 blk_data; /* count of loads blocked by data */
82 u32 blk_addr; /* count of loads blocked by address conflict */