public inbox for gcc-patches@gcc.gnu.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	[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: gcc-patches

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

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

Martin

^ 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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).