Lines Matching full:instructions

11     "BriefDescription": "All data cache accesses per thousand instructions.",
12 "MetricExpr": "ls_dispatch.all / instructions",
18 "BriefDescription": "All L2 cache accesses per thousand instructions.",
19 … + l2_pf_hit_l2.l2_hwpf + l2_pf_miss_l2_hit_l3.l2_hwpf + l2_pf_miss_l2_l3.l2_hwpf) / instructions",
25 …2 cache accesses from L1 instruction cache misses (including prefetch) per thousand instructions.",
26 "MetricExpr": "l2_request_g1.cacheable_ic_read / instructions",
32 …on": "L2 cache accesses from L1 data cache misses (including prefetch) per thousand instructions.",
33 "MetricExpr": "l2_request_g1.all_dc / instructions",
39 …riefDescription": "L2 cache accesses from L2 cache hardware prefetcher per thousand instructions.",
40 …_dc_l2_hwpf + l2_pf_miss_l2_hit_l3.l1_dc_l2_hwpf + l2_pf_miss_l2_l3.l1_dc_l2_hwpf) / instructions",
46 "BriefDescription": "All L2 cache misses per thousand instructions.",
47 …q_stat.ic_dc_miss_in_l2 + l2_pf_miss_l2_hit_l3.l2_hwpf + l2_pf_miss_l2_l3.l2_hwpf) / instructions",
53 … "BriefDescription": "L2 cache misses from L1 instruction cache misses per thousand instructions.",
54 "MetricExpr": "l2_cache_req_stat.ic_fill_miss / instructions",
60 "BriefDescription": "L2 cache misses from L1 data cache misses per thousand instructions.",
61 "MetricExpr": "l2_cache_req_stat.ls_rd_blk_c / instructions",
67 …"BriefDescription": "L2 cache misses from L2 cache hardware prefetcher per thousand instructions.",
68 …etricExpr": "(l2_pf_miss_l2_hit_l3.l1_dc_l2_hwpf + l2_pf_miss_l2_l3.l1_dc_l2_hwpf) / instructions",
74 "BriefDescription": "All L2 cache hits per thousand instructions.",
75 "MetricExpr": "(l2_cache_req_stat.ic_dc_hit_in_l2 + l2_pf_hit_l2.l2_hwpf) / instructions",
81 "BriefDescription": "L2 cache hits from L1 instruction cache misses per thousand instructions.",
82 "MetricExpr": "l2_cache_req_stat.ic_hit_in_l2 / instructions",
88 "BriefDescription": "L2 cache hits from L1 data cache misses per thousand instructions.",
89 "MetricExpr": "l2_cache_req_stat.dc_hit_in_l2 / instructions",
95 … "BriefDescription": "L2 cache hits from L2 cache hardware prefetcher per thousand instructions.",
96 "MetricExpr": "l2_pf_hit_l2.l1_dc_l2_hwpf / instructions",
147 …fDescription": "L1 data cache fills from DRAM or MMIO in any NUMA node per thousand instructions.",
148 "MetricExpr": "ls_any_fills_from_sys.dram_io_all / instructions",
154 "BriefDescription": "L1 data cache fills from a different NUMA node per thousand instructions.",
155 "MetricExpr": "ls_any_fills_from_sys.far_all / instructions",
161 "BriefDescription": "L1 data cache fills from within the same CCX per thousand instructions.",
162 "MetricExpr": "ls_any_fills_from_sys.local_all / instructions",
168 …ription": "L1 data cache fills from another CCX cache in any NUMA node per thousand instructions.",
169 "MetricExpr": "ls_any_fills_from_sys.remote_cache / instructions",
175 "BriefDescription": "All L1 data cache fills per thousand instructions.",
176 "MetricExpr": "ls_any_fills_from_sys.all / instructions",
182 "BriefDescription": "L1 demand data cache fills from local L2 cache per thousand instructions.",
183 "MetricExpr": "ls_dmnd_fills_from_sys.local_l2 / instructions",
189 …riefDescription": "L1 demand data cache fills from within the same CCX per thousand instructions.",
190 "MetricExpr": "ls_dmnd_fills_from_sys.local_ccx / instructions",
196 …1 demand data cache fills from another CCX cache in the same NUMA node per thousand instructions.",
197 "MetricExpr": "ls_dmnd_fills_from_sys.near_cache / instructions",
203 …": "L1 demand data cache fills from DRAM or MMIO in the same NUMA node per thousand instructions.",
204 "MetricExpr": "ls_dmnd_fills_from_sys.dram_io_near / instructions",
210 …emand data cache fills from another CCX cache in a different NUMA node per thousand instructions.",
211 "MetricExpr": "ls_dmnd_fills_from_sys.far_cache / instructions",
217 …"L1 demand data cache fills from DRAM or MMIO in a different NUMA node per thousand instructions.",
218 "MetricExpr": "ls_dmnd_fills_from_sys.dram_io_far / instructions",
224 "BriefDescription": "L1 instruction TLB misses per thousand instructions.",
225 "MetricExpr": "(bp_l1_tlb_miss_l2_tlb_hit + bp_l1_tlb_miss_l2_tlb_miss.all) / instructions",
231 …iefDescription": "L2 instruction TLB misses and instruction page walks per thousand instructions.",
232 "MetricExpr": "bp_l1_tlb_miss_l2_tlb_miss.all / instructions",
238 "BriefDescription": "L1 data TLB misses per thousand instructions.",
239 "MetricExpr": "ls_l1_d_tlb_miss.all / instructions",
245 "BriefDescription": "L2 data TLB misses and data page walks per thousand instructions.",
246 "MetricExpr": "ls_l1_d_tlb_miss.all_l2_miss / instructions",
252 "BriefDescription": "All TLBs flushed per thousand instructions.",
253 "MetricExpr": "ls_tlb_flush.all / instructions",