Re: [PATCH 0/2] perf probe: Support debuginfod client

2020-09-17 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 16, 2020 at 04:17:53PM -0400, Frank Ch. Eigler escreveu: > Hi - > > > > Nice, even uses the source code fetching part of the webapi! > > > > So, can I take that as an Acked-by or Reviewed-by? > > Sure. Thanks, applied both now that the things that made some 'perf probe' 'perf

Re: [PATCH 0/2] perf probe: Support debuginfod client

2020-09-17 Thread Frank Ch. Eigler
Hi - > > > I need to support this in pahole... > > > > pahole/dwarves use elfutils, so it already has automatic support. > > https://sourceware.org/elfutils/Debuginfod.html > > I'm still not sure that which interface of elfutils I should use > for this "automatic" debuginfod support. Are there

Re: [PATCH 0/2] perf probe: Support debuginfod client

2020-09-16 Thread Masami Hiramatsu
On Wed, 16 Sep 2020 16:17:53 -0400 "Frank Ch. Eigler" wrote: > Hi - > > > > Nice, even uses the source code fetching part of the webapi! > > > > So, can I take that as an Acked-by or Reviewed-by? > > Sure. Thanks Frank and Arnaldo! > > > I need to support this in pahole... > >

[PATCH 0/2] perf probe: Support debuginfod client

2020-09-16 Thread Masami Hiramatsu
Hi, Here is a couple of patches to enable debuginfod support on perf probe command. This allows users to access debuginfo binary from remote device. Since the perf-probe heavily depends on the debuginfo, debuginfod gives us many benefits on the perf probe command on remote machine, especially

Re: [PATCH 0/2] perf probe: Support debuginfod client

2020-09-16 Thread Frank Ch. Eigler
Hi - > > Nice, even uses the source code fetching part of the webapi! > > So, can I take that as an Acked-by or Reviewed-by? Sure. > I need to support this in pahole... pahole/dwarves use elfutils, so it already has automatic support. https://sourceware.org/elfutils/Debuginfod.html - FChE

Re: [PATCH 0/2] perf probe: Support debuginfod client

2020-09-16 Thread Arnaldo Carvalho de Melo
Em Wed, Sep 16, 2020 at 02:13:07PM -0400, Frank Ch. Eigler escreveu: > Hi - > > Nice, even uses the source code fetching part of the webapi! So, can I take that as an Acked-by or Reviewed-by? :-) - Arnaldo I need to support this in pahole... > - FChE > -- - Arnaldo

Re: [PATCH 0/2] perf probe: Support debuginfod client

2020-09-16 Thread Frank Ch. Eigler
Hi - Nice, even uses the source code fetching part of the webapi! - FChE