diff options
-rw-r--r-- | tools/perf/arch/arm64/util/unwind-libunwind.c | 2 | ||||
-rw-r--r-- | tools/perf/arch/powerpc/util/sym-handling.c | 1 | ||||
-rw-r--r-- | tools/perf/tests/clang.c | 1 | ||||
-rw-r--r-- | tools/perf/ui/browsers/header.c | 1 | ||||
-rw-r--r-- | tools/perf/ui/gtk/helpline.c | 1 | ||||
-rw-r--r-- | tools/perf/ui/gtk/util.c | 1 | ||||
-rw-r--r-- | tools/perf/ui/helpline.c | 1 | ||||
-rw-r--r-- | tools/perf/ui/tui/helpline.c | 1 | ||||
-rw-r--r-- | tools/perf/ui/tui/util.c | 1 | ||||
-rw-r--r-- | tools/perf/util/branch.c | 1 | ||||
-rw-r--r-- | tools/perf/util/demangle-java.c | 1 | ||||
-rw-r--r-- | tools/perf/util/libunwind/arm64.c | 1 | ||||
-rw-r--r-- | tools/perf/util/libunwind/x86_32.c | 1 | ||||
-rw-r--r-- | tools/perf/util/target.c | 1 | ||||
-rw-r--r-- | tools/perf/util/usage.c | 1 | ||||
-rw-r--r-- | tools/perf/util/zlib.c | 2 |
16 files changed, 1 insertions, 17 deletions
diff --git a/tools/perf/arch/arm64/util/unwind-libunwind.c b/tools/perf/arch/arm64/util/unwind-libunwind.c index 002520d4036b..1495a9523a23 100644 --- a/tools/perf/arch/arm64/util/unwind-libunwind.c +++ b/tools/perf/arch/arm64/util/unwind-libunwind.c | |||
@@ -5,8 +5,8 @@ | |||
5 | #include <libunwind.h> | 5 | #include <libunwind.h> |
6 | #include "perf_regs.h" | 6 | #include "perf_regs.h" |
7 | #include "../../util/unwind.h" | 7 | #include "../../util/unwind.h" |
8 | #include "../../util/debug.h" | ||
9 | #endif | 8 | #endif |
9 | #include "../../util/debug.h" | ||
10 | 10 | ||
11 | int LIBUNWIND__ARCH_REG_ID(int regnum) | 11 | int LIBUNWIND__ARCH_REG_ID(int regnum) |
12 | { | 12 | { |
diff --git a/tools/perf/arch/powerpc/util/sym-handling.c b/tools/perf/arch/powerpc/util/sym-handling.c index 8a4b717e0a53..abb7a12d8f93 100644 --- a/tools/perf/arch/powerpc/util/sym-handling.c +++ b/tools/perf/arch/powerpc/util/sym-handling.c | |||
@@ -4,7 +4,6 @@ | |||
4 | * Copyright (C) 2015 Naveen N. Rao, IBM Corporation | 4 | * Copyright (C) 2015 Naveen N. Rao, IBM Corporation |
5 | */ | 5 | */ |
6 | 6 | ||
7 | #include "debug.h" | ||
8 | #include "dso.h" | 7 | #include "dso.h" |
9 | #include "symbol.h" | 8 | #include "symbol.h" |
10 | #include "map.h" | 9 | #include "map.h" |
diff --git a/tools/perf/tests/clang.c b/tools/perf/tests/clang.c index f45fe11dcf50..ff2711a40940 100644 --- a/tools/perf/tests/clang.c +++ b/tools/perf/tests/clang.c | |||
@@ -1,6 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include "tests.h" | 2 | #include "tests.h" |
3 | #include "debug.h" | ||
4 | #include "util.h" | 3 | #include "util.h" |
5 | #include "c++/clang-c.h" | 4 | #include "c++/clang-c.h" |
6 | #include <linux/kernel.h> | 5 | #include <linux/kernel.h> |
diff --git a/tools/perf/ui/browsers/header.c b/tools/perf/ui/browsers/header.c index 0f59a7001479..57e6e4332f74 100644 --- a/tools/perf/ui/browsers/header.c +++ b/tools/perf/ui/browsers/header.c | |||
@@ -1,5 +1,4 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include "util/debug.h" | ||
3 | #include "ui/browser.h" | 2 | #include "ui/browser.h" |
4 | #include "ui/keysyms.h" | 3 | #include "ui/keysyms.h" |
5 | #include "ui/ui.h" | 4 | #include "ui/ui.h" |
diff --git a/tools/perf/ui/gtk/helpline.c b/tools/perf/ui/gtk/helpline.c index e166da9ec767..e40a006aead8 100644 --- a/tools/perf/ui/gtk/helpline.c +++ b/tools/perf/ui/gtk/helpline.c | |||
@@ -6,7 +6,6 @@ | |||
6 | #include "gtk.h" | 6 | #include "gtk.h" |
7 | #include "../ui.h" | 7 | #include "../ui.h" |
8 | #include "../helpline.h" | 8 | #include "../helpline.h" |
9 | #include "../../util/debug.h" | ||
10 | 9 | ||
11 | static void gtk_helpline_pop(void) | 10 | static void gtk_helpline_pop(void) |
12 | { | 11 | { |
diff --git a/tools/perf/ui/gtk/util.c b/tools/perf/ui/gtk/util.c index c2c558958b9c..c47f5c387838 100644 --- a/tools/perf/ui/gtk/util.c +++ b/tools/perf/ui/gtk/util.c | |||
@@ -1,6 +1,5 @@ | |||
1 | // SPDX-License-Identifier: GPL-2.0 | 1 | // SPDX-License-Identifier: GPL-2.0 |
2 | #include "../util.h" | 2 | #include "../util.h" |
3 | #include "../../util/debug.h" | ||
4 | #include "gtk.h" | 3 | #include "gtk.h" |
5 | 4 | ||
6 | #include <stdlib.h> | 5 | #include <stdlib.h> |
diff --git a/tools/perf/ui/helpline.c b/tools/perf/ui/helpline.c index 54bcd08df87e..e00901450f91 100644 --- a/tools/perf/ui/helpline.c +++ b/tools/perf/ui/helpline.c | |||
@@ -3,7 +3,6 @@ | |||
3 | #include <stdlib.h> | 3 | #include <stdlib.h> |
4 | #include <string.h> | 4 | #include <string.h> |
5 | 5 | ||
6 | #include "../util/debug.h" | ||
7 | #include "helpline.h" | 6 | #include "helpline.h" |
8 | #include "ui.h" | 7 | #include "ui.h" |
9 | #include "../util/util.h" | 8 | #include "../util/util.h" |
diff --git a/tools/perf/ui/tui/helpline.c b/tools/perf/ui/tui/helpline.c index 5f188f678c55..298d6af82fdd 100644 --- a/tools/perf/ui/tui/helpline.c +++ b/tools/perf/ui/tui/helpline.c | |||
@@ -6,7 +6,6 @@ | |||
6 | #include <linux/kernel.h> | 6 | #include <linux/kernel.h> |
7 | #include <linux/string.h> | 7 | #include <linux/string.h> |
8 | 8 | ||
9 | #include "../../util/debug.h" | ||
10 | #include "../helpline.h" | 9 | #include "../helpline.h" |
11 | #include "../ui.h" | 10 | #include "../ui.h" |
12 | #include "../libslang.h" | 11 | #include "../libslang.h" |
diff --git a/tools/perf/ui/tui/util.c b/tools/perf/ui/tui/util.c index 087d9ab054c8..b98dd0e31dc1 100644 --- a/tools/perf/ui/tui/util.c +++ b/tools/perf/ui/tui/util.c | |||
@@ -5,7 +5,6 @@ | |||
5 | #include <stdlib.h> | 5 | #include <stdlib.h> |
6 | #include <sys/ttydefaults.h> | 6 | #include <sys/ttydefaults.h> |
7 | 7 | ||
8 | #include "../../util/debug.h" | ||
9 | #include "../browser.h" | 8 | #include "../browser.h" |
10 | #include "../keysyms.h" | 9 | #include "../keysyms.h" |
11 | #include "../helpline.h" | 10 | #include "../helpline.h" |
diff --git a/tools/perf/util/branch.c b/tools/perf/util/branch.c index 9d1e090084a2..52261e5f718a 100644 --- a/tools/perf/util/branch.c +++ b/tools/perf/util/branch.c | |||
@@ -1,5 +1,4 @@ | |||
1 | #include "util/util.h" | 1 | #include "util/util.h" |
2 | #include "util/debug.h" | ||
3 | #include "util/map_symbol.h" | 2 | #include "util/map_symbol.h" |
4 | #include "util/branch.h" | 3 | #include "util/branch.h" |
5 | #include <linux/kernel.h> | 4 | #include <linux/kernel.h> |
diff --git a/tools/perf/util/demangle-java.c b/tools/perf/util/demangle-java.c index 763328c151e9..6fb7f34c0814 100644 --- a/tools/perf/util/demangle-java.c +++ b/tools/perf/util/demangle-java.c | |||
@@ -3,7 +3,6 @@ | |||
3 | #include <stdio.h> | 3 | #include <stdio.h> |
4 | #include <stdlib.h> | 4 | #include <stdlib.h> |
5 | #include <string.h> | 5 | #include <string.h> |
6 | #include "debug.h" | ||
7 | #include "symbol.h" | 6 | #include "symbol.h" |
8 | 7 | ||
9 | #include "demangle-java.h" | 8 | #include "demangle-java.h" |
diff --git a/tools/perf/util/libunwind/arm64.c b/tools/perf/util/libunwind/arm64.c index 66756e6be111..6b4e5a0892f8 100644 --- a/tools/perf/util/libunwind/arm64.c +++ b/tools/perf/util/libunwind/arm64.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #define LIBUNWIND__ARCH_REG_SP PERF_REG_ARM64_SP | 22 | #define LIBUNWIND__ARCH_REG_SP PERF_REG_ARM64_SP |
23 | 23 | ||
24 | #include "unwind.h" | 24 | #include "unwind.h" |
25 | #include "debug.h" | ||
26 | #include "libunwind-aarch64.h" | 25 | #include "libunwind-aarch64.h" |
27 | #include <../../../../arch/arm64/include/uapi/asm/perf_regs.h> | 26 | #include <../../../../arch/arm64/include/uapi/asm/perf_regs.h> |
28 | #include "../../arch/arm64/util/unwind-libunwind.c" | 27 | #include "../../arch/arm64/util/unwind-libunwind.c" |
diff --git a/tools/perf/util/libunwind/x86_32.c b/tools/perf/util/libunwind/x86_32.c index c5e568188e19..21c216c40a3b 100644 --- a/tools/perf/util/libunwind/x86_32.c +++ b/tools/perf/util/libunwind/x86_32.c | |||
@@ -22,7 +22,6 @@ | |||
22 | #define LIBUNWIND__ARCH_REG_SP PERF_REG_X86_SP | 22 | #define LIBUNWIND__ARCH_REG_SP PERF_REG_X86_SP |
23 | 23 | ||
24 | #include "unwind.h" | 24 | #include "unwind.h" |
25 | #include "debug.h" | ||
26 | #include "libunwind-x86.h" | 25 | #include "libunwind-x86.h" |
27 | #include <../../../../arch/x86/include/uapi/asm/perf_regs.h> | 26 | #include <../../../../arch/x86/include/uapi/asm/perf_regs.h> |
28 | 27 | ||
diff --git a/tools/perf/util/target.c b/tools/perf/util/target.c index 565f7aef7e6c..e152d2bbe3a3 100644 --- a/tools/perf/util/target.c +++ b/tools/perf/util/target.c | |||
@@ -7,7 +7,6 @@ | |||
7 | 7 | ||
8 | #include "target.h" | 8 | #include "target.h" |
9 | #include "util.h" | 9 | #include "util.h" |
10 | #include "debug.h" | ||
11 | 10 | ||
12 | #include <pwd.h> | 11 | #include <pwd.h> |
13 | #include <stdio.h> | 12 | #include <stdio.h> |
diff --git a/tools/perf/util/usage.c b/tools/perf/util/usage.c index 3949a60b00ae..196438ee4c9d 100644 --- a/tools/perf/util/usage.c +++ b/tools/perf/util/usage.c | |||
@@ -8,7 +8,6 @@ | |||
8 | * Copyright (C) Linus Torvalds, 2005 | 8 | * Copyright (C) Linus Torvalds, 2005 |
9 | */ | 9 | */ |
10 | #include "util.h" | 10 | #include "util.h" |
11 | #include "debug.h" | ||
12 | #include <stdio.h> | 11 | #include <stdio.h> |
13 | #include <stdlib.h> | 12 | #include <stdlib.h> |
14 | #include <linux/compiler.h> | 13 | #include <linux/compiler.h> |
diff --git a/tools/perf/util/zlib.c b/tools/perf/util/zlib.c index 59d456f716e9..deb6e69adb5a 100644 --- a/tools/perf/util/zlib.c +++ b/tools/perf/util/zlib.c | |||
@@ -10,8 +10,6 @@ | |||
10 | 10 | ||
11 | #include "util/compress.h" | 11 | #include "util/compress.h" |
12 | #include "util/util.h" | 12 | #include "util/util.h" |
13 | #include "util/debug.h" | ||
14 | |||
15 | 13 | ||
16 | #define CHUNK_SIZE 16384 | 14 | #define CHUNK_SIZE 16384 |
17 | 15 | ||