Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

perf amd ibs: Sync arch/x86/include/asm/amd-ibs.h header with the kernel

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>

authored by

Ravi Bangoria and committed by
Arnaldo Carvalho de Melo
160ae993 b7ddd38c

+16
+16
tools/arch/x86/include/asm/amd-ibs.h
··· 6 6 7 7 #include "msr-index.h" 8 8 9 + /* IBS_OP_DATA2 DataSrc */ 10 + #define IBS_DATA_SRC_LOC_CACHE 2 11 + #define IBS_DATA_SRC_DRAM 3 12 + #define IBS_DATA_SRC_REM_CACHE 4 13 + #define IBS_DATA_SRC_IO 7 14 + 15 + /* IBS_OP_DATA2 DataSrc Extension */ 16 + #define IBS_DATA_SRC_EXT_LOC_CACHE 1 17 + #define IBS_DATA_SRC_EXT_NEAR_CCX_CACHE 2 18 + #define IBS_DATA_SRC_EXT_DRAM 3 19 + #define IBS_DATA_SRC_EXT_FAR_CCX_CACHE 5 20 + #define IBS_DATA_SRC_EXT_PMEM 6 21 + #define IBS_DATA_SRC_EXT_IO 7 22 + #define IBS_DATA_SRC_EXT_EXT_MEM 8 23 + #define IBS_DATA_SRC_EXT_PEER_AGENT_MEM 12 24 + 9 25 /* 10 26 * IBS Hardware MSRs 11 27 */