Lines Matching full:loads
50 u32 load; /* count of all loads in trace */
51 u32 ld_excl; /* exclusive loads, rmt/lcl DRAM - snp none/miss */
52 u32 ld_shared; /* shared loads, rmt/lcl DRAM - snp hit */
53 u32 ld_uncache; /* loads to uncacheable address */
54 u32 ld_io; /* loads to io address */
55 u32 ld_miss; /* loads miss */
57 u32 ld_fbhit; /* count of loads hitting Fill Buffer */
58 u32 ld_l1hit; /* count of loads that hit L1D */
59 u32 ld_l2hit; /* count of loads that hit L2D */
60 u32 ld_llchit; /* count of loads that hit LLC */
61 u32 lcl_hitm; /* count of loads with local HITM */
62 u32 rmt_hitm; /* count of loads with remote HITM */
63 u32 tot_hitm; /* count of loads with local and remote HITM */
64 u32 rmt_hit; /* count of loads with remote hit clean; */
65 u32 lcl_dram; /* count of loads miss to local DRAM */
66 u32 rmt_dram; /* count of loads miss to remote DRAM */