diff --git a/source/tools/monitor/unity/collector/plugin/pmu_events/pmu_events.c b/source/tools/monitor/unity/collector/plugin/pmu_events/pmu_events.c index f92af0f01af5e8d978fc9dd2a0bea08a21d782bd..03aab36a2b263ed77a1b85f6a915580147a8eb9d 100644 --- a/source/tools/monitor/unity/collector/plugin/pmu_events/pmu_events.c +++ b/source/tools/monitor/unity/collector/plugin/pmu_events/pmu_events.c @@ -10,7 +10,7 @@ double summary[NR_EVENTS]; struct pcpu_hw_info *gpcpu_hwi; struct pmu_events *glb_pme; char *events_str[] = {"cycles", "ins", "refCyc", - "llcLoadMis", "llcStoreMis" + "llcLoadMis", "llcStoreMis", "llcLoad", "llcStore"}; char *value_str[] = {"cycles", "instructions", "CPI", "llc_load_ref", "llc_load_miss", "LLC_LMISS_RATE"