hc
2024-02-20 102a0743326a03cd1a1202ceda21e175b7d3575c
kernel/tools/perf/builtin-kallsyms.c
....@@ -1,18 +1,19 @@
1
+// SPDX-License-Identifier: GPL-2.0-only
12 /*
23 * builtin-kallsyms.c
34 *
45 * Builtin command: Look for a symbol in the running kernel and its modules
56 *
67 * Copyright (C) 2017, Red Hat Inc, Arnaldo Carvalho de Melo <acme@redhat.com>
7
- *
8
- * Released under the GPL v2. (and only v2, not any later version)
98 */
109 #include <inttypes.h>
1110 #include "builtin.h"
1211 #include <linux/compiler.h>
1312 #include <subcmd/parse-options.h>
1413 #include "debug.h"
14
+#include "dso.h"
1515 #include "machine.h"
16
+#include "map.h"
1617 #include "symbol.h"
1718
1819 static int __cmd_kallsyms(int argc, const char **argv)