Skip to content

Commit 0ee03d9

Browse files
committed
tools headers uapi: Update tools's copy of linux/perf_event.h
To get the changes in: 0912125 ("perf/UAPI: Clearly mark __PERF_SAMPLE_CALLCHAIN_EARLY as internal use") This cures the following warning during perf's build: Warning: Kernel ABI header at 'tools/include/uapi/linux/perf_event.h' differs from latest version at 'include/uapi/linux/perf_event.h' diff -u tools/include/uapi/linux/perf_event.h include/uapi/linux/perf_event.h Cc: Peter Zijlstra <[email protected]> Cc: Adrian Hunter <[email protected]> Cc: David Ahern <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Namhyung Kim <[email protected]> Cc: Wang Nan <[email protected]> Link: https://lkml.kernel.org/n/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
1 parent 02e1844 commit 0ee03d9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/include/uapi/linux/perf_event.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ enum perf_event_sample_format {
144144

145145
PERF_SAMPLE_MAX = 1U << 20, /* non-ABI */
146146

147-
__PERF_SAMPLE_CALLCHAIN_EARLY = 1ULL << 63,
147+
__PERF_SAMPLE_CALLCHAIN_EARLY = 1ULL << 63, /* non-ABI; internal use */
148148
};
149149

150150
/*

0 commit comments

Comments
 (0)