[Feature]add MT2731_MP2_MR2_SVN388 baseline version
Change-Id: Ief04314834b31e27effab435d3ca8ba33b499059
diff --git a/src/devtools/met-driver/4.19/mt2712/v6_pmu_name.h b/src/devtools/met-driver/4.19/mt2712/v6_pmu_name.h
new file mode 100644
index 0000000..c1cdd91
--- /dev/null
+++ b/src/devtools/met-driver/4.19/mt2712/v6_pmu_name.h
@@ -0,0 +1,43 @@
+/*
+ * Copyright (C) 2018 MediaTek Inc.
+ *
+ * This program is free software: you can redistribute it and/or modify
+ * it under the terms of the GNU General Public License version 2 as
+ * published by the Free Software Foundation.
+ *
+ * This program is distributed in the hope that it will be useful,
+ * but WITHOUT ANY WARRANTY; without even the implied warranty of
+ * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
+ * GNU General Public License for more details.
+ */
+
+
+#ifndef _V6_PMU_NAME_H_
+#define _V6_PMU_NAME_H_
+
+/* ARM11 */
+struct pmu_desc arm11_pmu_desc[] = {
+ {0x00, "ICACHE_MISS"},
+ {0x01, "IBUF_STALL"},
+ {0x02, "DDEP_STALL"},
+ {0x03, "ITLB_MISS"},
+ {0x04, "DTLB_MISS"},
+ {0x05, "BR_EXEC"},
+ {0x06, "BR_MISPREDICT"},
+ {0x07, "CPU_INST"},
+ {0x09, "DCACHE_HIT"},
+ {0x0A, "L1D_CACHE"},
+ {0x0B, "L1D_CACHE_REFILL"},
+ {0x0C, "DCACHE_WBACK"},
+ {0x0D, "SW_PC_CHANGE"},
+ {0x0F, "MAIN_TLB_MISS"},
+ {0x10, "EXPL_D_ACCESS"},
+ {0x11, "LSU_FULL_STALL"},
+ {0x12, "WBUF_DRAINED"},
+ {0xFF, "CPU_CYCLES"},
+ {0x20, "NOP"},
+};
+
+#define ARM11_PMU_DESC_COUNT (sizeof(arm11_pmu_desc) / sizeof(struct pmu_desc))
+
+#endif /* _V6_PMU_NAME_H_ */