[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <0d1c5ace-88e8-7102-1565-7c143f01a966@suse.cz>
Date: Wed, 20 Apr 2022 13:30:09 +0200
From: Martin Liška <mliska@...e.cz>
To: gcc-patches@....gnu.org
Cc: Arnaldo Carvalho de Melo <acme@...nel.org>,
linux-perf-users@...r.kernel.org,
lkml <linux-kernel@...r.kernel.org>
Subject: [PATCH] Add HAVE_DEBUGINFOD_SUPPORT to built-in features.
The change adds debuginfod to ./perf -vv:
...
debuginfod: [ OFF ] # HAVE_DEBUGINFOD_SUPPORT
...
Signed-off-by: Martin Liska <mliska@...e.cz>
---
tools/perf/builtin-version.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/tools/perf/builtin-version.c b/tools/perf/builtin-version.c
index 9cd074a3d825..a71f491224da 100644
--- a/tools/perf/builtin-version.c
+++ b/tools/perf/builtin-version.c
@@ -65,6 +65,7 @@ static void library_status(void)
#endif
STATUS(HAVE_SYSCALL_TABLE_SUPPORT, syscall_table);
STATUS(HAVE_LIBBFD_SUPPORT, libbfd);
+ STATUS(HAVE_DEBUGINFOD_SUPPORT, debuginfod);
STATUS(HAVE_LIBELF_SUPPORT, libelf);
STATUS(HAVE_LIBNUMA_SUPPORT, libnuma);
STATUS(HAVE_LIBNUMA_SUPPORT, numa_num_possible_cpus);
--
2.35.3
Powered by blists - more mailing lists