simpleperf: Fix event numbers for cpu atom and cpu core

Bug: 345410289
Test: none
Change-Id: I018d78617ca6a4ce6e1ab74303051a80e9860a47
diff --git a/simpleperf/event_table.json b/simpleperf/event_table.json
index df17063..08966fb 100644
--- a/simpleperf/event_table.json
+++ b/simpleperf/event_table.json
@@ -1045,7 +1045,7 @@
   },
   "x86-intel": {
     "events": [
-      ["0x20c4", "BR_INST_RETIRED.NEAR_TAKEN", "Taken branch instructions retired", "atom=0xc0c4"]
+      ["0xc0c4", "BR_INST_RETIRED.NEAR_TAKEN", "Taken branch instructions retired", "atom=0x20c4"]
     ]
   },
   "x86-amd": {