perf amd ibs: Sync arch/x86/include/asm/amd-ibs.h header with the kernel
authorRavi Bangoria <ravi.bangoria@amd.com>
Thu, 6 Oct 2022 15:39:40 +0000 (21:09 +0530)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 6 Oct 2022 19:27:38 +0000 (16:27 -0300)
Although new details added into this header is currently used by kernel
only, tools copy needs to be in sync with kernel file to avoid
tools/perf/check-headers.sh warnings.

Signed-off-by: Ravi Bangoria <ravi.bangoria@amd.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ali Saidi <alisaidi@amazon.com>
Cc: Ananth Narayan <ananth.narayan@amd.com>
Cc: Andi Kleen <ak@linux.intel.com>
Cc: Borislav Petkov <bp@alien8.de>
Cc: Dave Hansen <dave.hansen@linux.intel.com>
Cc: H. Peter Anvin <hpa@zytor.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Ingo Molnar <mingo@redhat.com>
Cc: Joe Mario <jmario@redhat.com>
Cc: Kan Liang <kan.liang@linux.intel.com>
Cc: Kim Phillips <kim.phillips@amd.com>
Cc: Leo Yan <leo.yan@linaro.org>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Sandipan Das <sandipan.das@amd.com>
Cc: Santosh Shukla <santosh.shukla@amd.com>
Cc: Stephane Eranian <eranian@google.com>
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: x86@kernel.org
Link: https://lore.kernel.org/r/20221006153946.7816-3-ravi.bangoria@amd.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/arch/x86/include/asm/amd-ibs.h

index 9a3312e12e2ed99bd00940d96837711f2ca4b086..93807b437e4deb85b2d96e61df2bfd0b0262e711 100644 (file)
@@ -6,6 +6,22 @@
 
 #include "msr-index.h"
 
+/* IBS_OP_DATA2 DataSrc */
+#define IBS_DATA_SRC_LOC_CACHE                  2
+#define IBS_DATA_SRC_DRAM                       3
+#define IBS_DATA_SRC_REM_CACHE                  4
+#define IBS_DATA_SRC_IO                                 7
+
+/* IBS_OP_DATA2 DataSrc Extension */
+#define IBS_DATA_SRC_EXT_LOC_CACHE              1
+#define IBS_DATA_SRC_EXT_NEAR_CCX_CACHE                 2
+#define IBS_DATA_SRC_EXT_DRAM                   3
+#define IBS_DATA_SRC_EXT_FAR_CCX_CACHE          5
+#define IBS_DATA_SRC_EXT_PMEM                   6
+#define IBS_DATA_SRC_EXT_IO                     7
+#define IBS_DATA_SRC_EXT_EXT_MEM                8
+#define IBS_DATA_SRC_EXT_PEER_AGENT_MEM                12
+
 /*
  * IBS Hardware MSRs
  */