diff options
| author | Josh Poimboeuf <jpoimboe@kernel.org> | 2026-04-20 22:58:37 -0700 |
|---|---|---|
| committer | Josh Poimboeuf <jpoimboe@kernel.org> | 2026-05-04 21:16:06 -0700 |
| commit | 5d6a03eeb7173179ef3c64e31806d21966a99875 (patch) | |
| tree | cf34c7b4549fa56b9027446401ee229ac7003c4a /tools/objtool/objtool.c | |
| parent | 6016dd33a10a89d7db9509124d678d38916ab337 (diff) | |
| download | linux-next-5d6a03eeb7173179ef3c64e31806d21966a99875.tar.gz linux-next-5d6a03eeb7173179ef3c64e31806d21966a99875.zip | |
objtool/klp: Add correlation debugging output
Add debugging messages to show how duplicate symbols get correlated, and
split the --debug feature into --debug-correlate and --debug-clone.
Acked-by: Song Liu <song@kernel.org>
Signed-off-by: Josh Poimboeuf <jpoimboe@kernel.org>
Diffstat (limited to 'tools/objtool/objtool.c')
| -rw-r--r-- | tools/objtool/objtool.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tools/objtool/objtool.c b/tools/objtool/objtool.c index 1c3622117c33..a4e139dee7e9 100644 --- a/tools/objtool/objtool.c +++ b/tools/objtool/objtool.c @@ -16,9 +16,6 @@ #include <objtool/objtool.h> #include <objtool/warn.h> -bool debug; -int indent; - static struct objtool_file file; struct objtool_file *objtool_open_read(const char *filename) |
