From 117b9fae95fc572a97f86f656f5105936b437665 Mon Sep 17 00:00:00 2001 From: Gabriel Wang Date: Wed, 28 Feb 2024 21:24:58 +0000 Subject: [PATCH] Update perfc_port_pmu.h --- perfc_port_pmu.h | 1 - 1 file changed, 1 deletion(-) diff --git a/perfc_port_pmu.h b/perfc_port_pmu.h index 741d320..5063cbc 100644 --- a/perfc_port_pmu.h +++ b/perfc_port_pmu.h @@ -28,7 +28,6 @@ struct { \ uint64_t dwNoInstr; \ uint64_t dwNoMemAccess; \ - uint64_t dwNoCacheMiss; \ uint64_t dwNoL1DCacheRefill; \ int64_t lCycles; \ uint32_t wInstrCalib; \