Skip to content

Commit 160ae99

Browse files
Ravi Bangoriaacmel
authored andcommitted
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>
1 parent b7ddd38 commit 160ae99

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

tools/arch/x86/include/asm/amd-ibs.h

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,22 @@
66

77
#include "msr-index.h"
88

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+
925
/*
1026
* IBS Hardware MSRs
1127
*/

0 commit comments

Comments
 (0)