Re: [PATCH 2/2] perf probe: Fall back to debuginfod query if debuginfo and source not found

From: Arnaldo Carvalho de Melo
Date: Fri Sep 18 2020 - 08:26:08 EST


Em Fri, Sep 18, 2020 at 11:47:45AM +0900, Masami Hiramatsu escreveu:
> On Thu, 17 Sep 2020 21:40:22 -0300 Arnaldo Carvalho de Melo <acme@xxxxxxxxxx> wrote:
> > util/probe-finder.c:1989:35: error: unused parameter 'new_path' [-Werror=unused-parameter]
> > 1989 | const char *sbuild_id, char **new_path)
> > | ~~~~~~~^~~~~~~~
> > CC /tmp/build/perf/util/lzma.o

> > I.e. please test with:

> > [acme@quaco perf]$ grep DEBUGINFOD tools/perf/Makefile.perf
> > # Define NO_LIBDEBUGINFOD if you do not want support debuginfod
> > [acme@quaco perf]$

> Oops, right. I forgot to install libdebuginfod also on host side...
> Let me update the series.

Reapplied, retrying, thanks for the quick response, always appreciated.

- Arnaldo