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

tools headers UAPI: Update tools's copy of linux/perf_event.h

The diff is just tabs versus spaces, trivial.

This silences this perf tools build warning:

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: Adrian Hunter <adrian.hunter@intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>

+1 -1
+1 -1
tools/include/uapi/linux/perf_event.h
··· 1196 1196 1197 1197 #define PERF_MEM_SNOOPX_FWD 0x01 /* forward */ 1198 1198 /* 1 free */ 1199 - #define PERF_MEM_SNOOPX_SHIFT 38 1199 + #define PERF_MEM_SNOOPX_SHIFT 38 1200 1200 1201 1201 /* locked instruction */ 1202 1202 #define PERF_MEM_LOCK_NA 0x01 /* not available */