diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-10-26 13:41:01 -0400 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-10-27 08:10:10 -0400 |
commit | 433727948904301b01f1d5ebf39893c96cd4bab7 (patch) | |
tree | 2064a119c6e2f2432af51db3e6314d4e13e3645a /tools/perf | |
parent | a14390fde64e862c4fe8b92ecb293ee4b12d5bfe (diff) |
tools include uapi: Grab a copy of linux/prctl.h
We will use it to generate tables for beautifying prctl's 'option' arg
and some of the others eventually.
Cc: Andy Lutomirski <luto@kernel.org>
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-cg8mpmz4hk9nfih685emnbk9@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rwxr-xr-x | tools/perf/check-headers.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh index 322629423b49..8d8b37198666 100755 --- a/tools/perf/check-headers.sh +++ b/tools/perf/check-headers.sh | |||
@@ -6,6 +6,7 @@ include/uapi/drm/i915_drm.h | |||
6 | include/uapi/linux/fcntl.h | 6 | include/uapi/linux/fcntl.h |
7 | include/uapi/linux/kvm.h | 7 | include/uapi/linux/kvm.h |
8 | include/uapi/linux/perf_event.h | 8 | include/uapi/linux/perf_event.h |
9 | include/uapi/linux/prctl.h | ||
9 | include/uapi/linux/sched.h | 10 | include/uapi/linux/sched.h |
10 | include/uapi/linux/stat.h | 11 | include/uapi/linux/stat.h |
11 | include/uapi/linux/vhost.h | 12 | include/uapi/linux/vhost.h |