On 4/20/22 13:30, Martin Liška wrote:
The change adds debuginfod to ./perf -vv:

...
debuginfod: [ OFF ]  # HAVE_DEBUGINFOD_SUPPORT
...

Signed-off-by: Martin Liska <mli...@suse.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);

Please ignore the thread, it belongs to perf ML ;)

Martin

Reply via email to