File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
tools/perf/pmu-events/arch/x86 Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 73
73
},
74
74
{
75
75
"BriefDescription" : " Actual Average Latency for L1 data-cache miss demand loads" ,
76
- "MetricExpr" : " L1D_PEND_MISS.PENDING / ( MEM_LOAD_RETIRED.L1_MISS_PS + MEM_LOAD_RETIRED.FB_HIT_PS )" ,
76
+ "MetricExpr" : " L1D_PEND_MISS.PENDING / ( MEM_LOAD_RETIRED.L1_MISS + MEM_LOAD_RETIRED.FB_HIT )" ,
77
77
"MetricGroup" : " Memory_Bound;Memory_Lat" ,
78
78
"MetricName" : " Load_Miss_Real_Latency"
79
79
},
Original file line number Diff line number Diff line change 73
73
},
74
74
{
75
75
"BriefDescription" : " Actual Average Latency for L1 data-cache miss demand loads" ,
76
- "MetricExpr" : " L1D_PEND_MISS.PENDING / ( MEM_LOAD_RETIRED.L1_MISS_PS + MEM_LOAD_RETIRED.FB_HIT_PS )" ,
76
+ "MetricExpr" : " L1D_PEND_MISS.PENDING / ( MEM_LOAD_RETIRED.L1_MISS + MEM_LOAD_RETIRED.FB_HIT )" ,
77
77
"MetricGroup" : " Memory_Bound;Memory_Lat" ,
78
78
"MetricName" : " Load_Miss_Real_Latency"
79
79
},
You can’t perform that action at this time.
0 commit comments