[<prev] [next>] [day] [month] [year] [list]
Message-ID: <tip-r35zr79invmpinfe1zu57cas@git.kernel.org>
Date: Fri, 3 Nov 2017 07:22:20 -0700
From: tip-bot for Arnaldo Carvalho de Melo <tipbot@...or.com>
To: linux-tip-commits@...r.kernel.org
Cc: linux-kernel@...r.kernel.org, tglx@...utronix.de,
namhyung@...nel.org, gorcunov@...nvz.org, hpa@...or.com,
avagin@...nvz.org, acme@...hat.com, wangnan0@...wei.com,
mingo@...nel.org, adrian.hunter@...el.com, jolsa@...nel.org,
dsahern@...il.com
Subject: [tip:perf/core] tools include uapi: Grab a copy of linux/kcmp.h
Commit-ID: 735e215e95e53b857000aaabe1b4707878b10f43
Gitweb: https://git.kernel.org/tip/735e215e95e53b857000aaabe1b4707878b10f43
Author: Arnaldo Carvalho de Melo <acme@...hat.com>
AuthorDate: Tue, 31 Oct 2017 10:04:11 -0300
Committer: Arnaldo Carvalho de Melo <acme@...hat.com>
CommitDate: Tue, 31 Oct 2017 16:17:03 -0300
tools include uapi: Grab a copy of linux/kcmp.h
We will use it to generate tables for beautifying kcmp's 'type' arg.
Cc: Adrian Hunter <adrian.hunter@...el.com>
Cc: Andrey Vagin <avagin@...nvz.org>
Cc: Cyrill Gorcunov <gorcunov@...nvz.org>
Cc: David Ahern <dsahern@...il.com>
Cc: Jiri Olsa <jolsa@...nel.org>
Cc: Namhyung Kim <namhyung@...nel.org>
Cc: Wang Nan <wangnan0@...wei.com>
Link: http://lkml.kernel.org/n/tip-r35zr79invmpinfe1zu57cas@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@...hat.com>
---
{include => tools/include}/uapi/linux/kcmp.h | 0
tools/perf/check-headers.sh | 1 +
2 files changed, 1 insertion(+)
diff --git a/include/uapi/linux/kcmp.h b/tools/include/uapi/linux/kcmp.h
similarity index 100%
copy from include/uapi/linux/kcmp.h
copy to tools/include/uapi/linux/kcmp.h
diff --git a/tools/perf/check-headers.sh b/tools/perf/check-headers.sh
index 8d8b371..a3a041b 100755
--- a/tools/perf/check-headers.sh
+++ b/tools/perf/check-headers.sh
@@ -4,6 +4,7 @@ HEADERS='
include/uapi/drm/drm.h
include/uapi/drm/i915_drm.h
include/uapi/linux/fcntl.h
+include/uapi/linux/kcmp.h
include/uapi/linux/kvm.h
include/uapi/linux/perf_event.h
include/uapi/linux/prctl.h
Powered by blists - more mailing lists