Home
last modified time | relevance | path

Searched defs:c2c_stats (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-6.6/tools/perf/util/
Dmem-events.h57 struct c2c_stats { struct
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 */
[all …]
/kernel/linux/linux-5.10/tools/perf/util/
Dmem-events.h52 struct c2c_stats { struct
53 u32 nr_entries;
55 u32 locks; /* count of 'lock' transactions */
56 u32 store; /* count of all stores in trace */
57 u32 st_uncache; /* stores to uncacheable address */
58 u32 st_noadrs; /* cacheable store with no address */
59 u32 st_l1hit; /* count of stores that hit L1D */
83 int c2c_decode_stats(struct c2c_stats *stats, struct mem_info *mi); argument