forked from weaselab/conflict-set
Ignore itlb in grafana instead
This commit is contained in:
+1
-2
@@ -257,8 +257,7 @@ int main(int argc, char **argv) {
|
||||
{PERF_COUNT_HW_CACHE_L1I, "l1i"},
|
||||
{PERF_COUNT_HW_CACHE_LL, "ll"},
|
||||
{PERF_COUNT_HW_CACHE_DTLB, "dtlb"},
|
||||
// Somehow was showing a miss rate > 1 /shrug
|
||||
// {PERF_COUNT_HW_CACHE_ITLB, "itlb"},
|
||||
{PERF_COUNT_HW_CACHE_ITLB, "itlb"},
|
||||
{PERF_COUNT_HW_CACHE_BPU, "bpu"},
|
||||
{PERF_COUNT_HW_CACHE_NODE, "node"},
|
||||
}) {
|
||||
|
||||
Reference in New Issue
Block a user