Skip to content

Commit ecd5a2f

Browse files
committed
perf beauty: Update the linux/perf_event.h copy with the kernel sources
Update it as one comment got realigned, probably in a merge, so no changes in perf tooling, just silences this build warning: Warning: Kernel ABI header differences: diff -u tools/include/uapi/linux/perf_event.h include/uapi/linux/perf_event.h Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent 3abbb7c commit ecd5a2f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tools/include/uapi/linux/perf_event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1396,7 +1396,7 @@ union perf_mem_data_src {
13961396
#define PERF_MEM_LVLNUM_L4 0x0004 /* L4 */
13971397
#define PERF_MEM_LVLNUM_L2_MHB 0x0005 /* L2 Miss Handling Buffer */
13981398
#define PERF_MEM_LVLNUM_MSC 0x0006 /* Memory-side Cache */
1399-
#define PERF_MEM_LVLNUM_L0 0x0007 /* L0 */
1399+
#define PERF_MEM_LVLNUM_L0 0x0007 /* L0 */
14001400
#define PERF_MEM_LVLNUM_UNC 0x0008 /* Uncached */
14011401
#define PERF_MEM_LVLNUM_CXL 0x0009 /* CXL */
14021402
#define PERF_MEM_LVLNUM_IO 0x000a /* I/O */

0 commit comments

Comments
 (0)