diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-07-31 21:45:32 +0200 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-08-01 18:02:11 +0200 |
commit | a215684e10484149313068e0a9ea1978ee36d4f7 (patch) | |
tree | c91f11b041d48c2ab558e5af93dbbb9c0db7504e /tools/perf | |
parent | perf trace beauty ioctl: Beautify DRM ioctl cmds (diff) | |
download | linux-a215684e10484149313068e0a9ea1978ee36d4f7.tar.xz linux-a215684e10484149313068e0a9ea1978ee36d4f7.zip |
tools include uapi: Grab a copy of sound/asound.h
We will use it to generate tables for beautifying ioctl's 'cmd' arg.
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-wit4wwmrh9d37dtgtk0glbbj@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf')
-rw-r--r-- | tools/perf/MANIFEST | 1 | ||||
-rwxr-xr-x | tools/perf/check-headers.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/tools/perf/MANIFEST b/tools/perf/MANIFEST index eb4ccd73e826..35a33adefed2 100644 --- a/tools/perf/MANIFEST +++ b/tools/perf/MANIFEST @@ -84,6 +84,7 @@ tools/include/uapi/linux/mman.h tools/include/uapi/linux/perf_event.h tools/include/uapi/linux/sched.h tools/include/uapi/linux/stat.h +tools/include/uapi/sound/asound.h tools/include/linux/poison.h tools/include/linux/rbtree.h tools/include/linux/rbtree_augmented.h diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh index 0024525376bf..1e07c9b062de 100755 --- a/tools/perf/check-headers.sh +++ b/tools/perf/check-headers.sh @@ -7,6 +7,7 @@ include/uapi/linux/fcntl.h include/uapi/linux/perf_event.h include/uapi/linux/sched.h include/uapi/linux/stat.h +include/uapi/sound/asound.h include/linux/hash.h include/uapi/linux/hw_breakpoint.h arch/x86/include/asm/disabled-features.h |