Searched defs:c2c_stats (Results 1 – 1 of 1) sorted by relevance
41 struct c2c_stats { struct42 u32 nr_entries;44 u32 locks; /* count of 'lock' transactions */45 u32 store; /* count of all stores in trace */46 u32 st_uncache; /* stores to uncacheable address */47 u32 st_noadrs; /* cacheable store with no address */48 u32 st_l1hit; /* count of stores that hit L1D */72 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi); argument