linux/tools/include
Arnaldo Carvalho de Melo c4b6014e8b tools: Add copy of perf_event.h to tools/include/linux/
We shouldn't use headers from the kernel sources directly, instead we
should use the system's headers or in cases where that isn't possible,
like with perf_event.h, where the introduction of kernel features such
as perf_event_attr.{write_backwards,sample_max_stack} and
PERF_EVENT_IOC_PAUSE_OUTPUT take some time to become available in
/usr/include/linux/perf_event.h we need a copy.

Do it and check for source code drift, emitting a warning when changes
are detected.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Wang Nan <wangnan0@huawei.com>
Link: http://lkml.kernel.org/n/tip-v6aks5un3s5pehory6f42nrl@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2016-07-12 15:20:31 -03:00
..
asm tools include: Add basic atomic.h implementation from the kernel sources 2015-05-08 16:11:05 -03:00
asm-generic tools: Copy hashtable.h into tools directory 2016-03-09 10:48:09 +01:00
linux tools lib: Guard the strlcpy() header with __GLIBC__ 2016-07-12 15:20:29 -03:00
tools tools: add more endian.h macros 2014-09-26 11:03:01 +02:00
uapi/linux tools: Add copy of perf_event.h to tools/include/linux/ 2016-07-12 15:20:31 -03:00