All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Add HAVE_DEBUGINFOD_SUPPORT to built-in features.
@ 2022-04-20 11:30 Martin Liška
  2022-04-20 11:38 ` Martin Liška
  2022-04-20 16:33 ` Arnaldo Carvalho de Melo
  0 siblings, 2 replies; 3+ messages in thread
From: Martin Liška @ 2022-04-20 11:30 UTC (permalink / raw)
  To: gcc-patches; +Cc: Arnaldo Carvalho de Melo, linux-perf-users, lkml

The change adds debuginfod to ./perf -vv:

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

Signed-off-by: Martin Liska <mliska@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);
-- 
2.35.3


^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add HAVE_DEBUGINFOD_SUPPORT to built-in features.
  2022-04-20 11:30 [PATCH] Add HAVE_DEBUGINFOD_SUPPORT to built-in features Martin Liška
@ 2022-04-20 11:38 ` Martin Liška
  2022-04-20 16:33 ` Arnaldo Carvalho de Melo
  1 sibling, 0 replies; 3+ messages in thread
From: Martin Liška @ 2022-04-20 11:38 UTC (permalink / raw)
  To: linux-perf-users; +Cc: lkml, Arnaldo Carvalho de Melo

(removing gcc-patches ML that was accidentally included)

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 <mliska@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);


^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH] Add HAVE_DEBUGINFOD_SUPPORT to built-in features.
  2022-04-20 11:30 [PATCH] Add HAVE_DEBUGINFOD_SUPPORT to built-in features Martin Liška
  2022-04-20 11:38 ` Martin Liška
@ 2022-04-20 16:33 ` Arnaldo Carvalho de Melo
  1 sibling, 0 replies; 3+ messages in thread
From: Arnaldo Carvalho de Melo @ 2022-04-20 16:33 UTC (permalink / raw)
  To: Martin Liška; +Cc: gcc-patches, linux-perf-users, lkml

Em Wed, Apr 20, 2022 at 01:30:09PM +0200, Martin Liška escreveu:
> The change adds debuginfod to ./perf -vv:
> 
> ...
> debuginfod: [ OFF ]  # HAVE_DEBUGINFOD_SUPPORT
> ...

Thanks, applied.

- Arnaldo

 
> Signed-off-by: Martin Liska <mliska@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);
> -- 
> 2.35.3

-- 

- Arnaldo

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2022-04-20 16:33 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-04-20 11:30 [PATCH] Add HAVE_DEBUGINFOD_SUPPORT to built-in features Martin Liška
2022-04-20 11:38 ` Martin Liška
2022-04-20 16:33 ` Arnaldo Carvalho de Melo

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.