Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1442077 > unrolled thread
| Started by | tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> |
|---|---|
| First post | 2016-07-13 09:20 +0200 |
| Last post | 2016-07-13 09:20 +0200 |
| Articles | 1 — 1 participant |
Back to article view | Back to linux.kernel
[tip:perf/core] perf trace: Remove unused sys/ptrace.h include tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> - 2016-07-13 09:20 +0200
| From | tip-bot for Arnaldo Carvalho de Melo <tipbot@zytor.com> |
|---|---|
| Date | 2016-07-13 09:20 +0200 |
| Subject | [tip:perf/core] perf trace: Remove unused sys/ptrace.h include |
| Message-ID | <rUmCC-8ei-49@gated-at.bofh.it> |
Commit-ID: e3e1d7e077688c81ee3326d1bf04550549b8a004 Gitweb: http://git.kernel.org/tip/e3e1d7e077688c81ee3326d1bf04550549b8a004 Author: Arnaldo Carvalho de Melo <acme@redhat.com> AuthorDate: Tue, 12 Jul 2016 10:44:40 -0300 Committer: Arnaldo Carvalho de Melo <acme@redhat.com> CommitDate: Tue, 12 Jul 2016 15:20:35 -0300 perf trace: Remove unused sys/ptrace.h include 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-ogtjqc0hxm961djgiwboe2q7@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com> --- tools/perf/builtin-trace.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tools/perf/builtin-trace.c b/tools/perf/builtin-trace.c index 570a78c..b8c6766 100644 --- a/tools/perf/builtin-trace.c +++ b/tools/perf/builtin-trace.c @@ -43,7 +43,6 @@ #include <linux/err.h> #include <linux/filter.h> #include <linux/audit.h> -#include <sys/ptrace.h> #include <linux/random.h> #include <linux/stringify.h>
Back to top | Article view | linux.kernel
csiph-web