aboutsummaryrefslogtreecommitdiffstats
path: root/tools/perf
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2017-10-26 13:41:01 -0400
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-10-27 08:10:10 -0400
commit433727948904301b01f1d5ebf39893c96cd4bab7 (patch)
tree2064a119c6e2f2432af51db3e6314d4e13e3645a /tools/perf
parenta14390fde64e862c4fe8b92ecb293ee4b12d5bfe (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-xtools/perf/check-headers.sh1
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
6include/uapi/linux/fcntl.h 6include/uapi/linux/fcntl.h
7include/uapi/linux/kvm.h 7include/uapi/linux/kvm.h
8include/uapi/linux/perf_event.h 8include/uapi/linux/perf_event.h
9include/uapi/linux/prctl.h
9include/uapi/linux/sched.h 10include/uapi/linux/sched.h
10include/uapi/linux/stat.h 11include/uapi/linux/stat.h
11include/uapi/linux/vhost.h 12include/uapi/linux/vhost.h