Skip to content

Commit 0693907

Browse files
committed
tools headers UAPI: Update tools' copy of linux/coresight-pmu.h
To get the comment changes in this commit: 171efc7 ("x86/ibs: Fix typo in dc_l2tlb_miss comment") This silences this perf build warning: Warning: Kernel ABI header differences: diff -u tools/arch/x86/include/asm/amd/ibs.h arch/x86/include/asm/amd/ibs.h Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
1 parent c9d77f0 commit 0693907

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • tools/arch/x86/include/asm/amd

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ union ibs_op_data3 {
110110
__u64 ld_op:1, /* 0: load op */
111111
st_op:1, /* 1: store op */
112112
dc_l1tlb_miss:1, /* 2: data cache L1TLB miss */
113-
dc_l2tlb_miss:1, /* 3: data cache L2TLB hit in 2M page */
113+
dc_l2tlb_miss:1, /* 3: data cache L2TLB miss in 2M page */
114114
dc_l1tlb_hit_2m:1, /* 4: data cache L1TLB hit in 2M page */
115115
dc_l1tlb_hit_1g:1, /* 5: data cache L1TLB hit in 1G page */
116116
dc_l2tlb_hit_2m:1, /* 6: data cache L2TLB hit in 2M page */

0 commit comments

Comments
 (0)