]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools: Add copy of perf_event.h to tools/include/linux/
authorArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 11 Jul 2016 13:28:48 +0000 (10:28 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 12 Jul 2016 18:20:31 +0000 (15:20 -0300)
commitc4b6014e8bb0c8d47fe5c71ebc604f31091e5d3f
tree9aeaecf98dbe4ab2ac7e517f2be942d46c33b569
parente083a21fcac9311ca425e600a15332f4792c56cc
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>
tools/include/uapi/linux/perf_event.h [new file with mode: 0644]
tools/perf/MANIFEST
tools/perf/Makefile.perf
tools/perf/config/Makefile