Re: [PATCH] perf libdw: Fix off-by 1 relative directory includes

2020-06-01 Thread Arnaldo Carvalho de Melo
Em Sun, May 31, 2020 at 05:06:08PM -0700, Ian Rogers escreveu: > On Sun, May 31, 2020 at 7:29 AM Namhyung Kim wrote: > > > > Hi Ian, > > > > On Sat, May 30, 2020 at 7:53 AM Ian Rogers wrote: > > > > > > This is currently working due to extra include paths in the build. > > > > > > Before: > > >

Re: [PATCH] perf libdw: Fix off-by 1 relative directory includes

2020-05-31 Thread Ian Rogers
On Sun, May 31, 2020 at 7:29 AM Namhyung Kim wrote: > > Hi Ian, > > On Sat, May 30, 2020 at 7:53 AM Ian Rogers wrote: > > > > This is currently working due to extra include paths in the build. > > > > Before: > > $ cd tools/perf/arch/arm64/util > > $ ls -la ../../util/unwind-libdw.h > > ls:

Re: [PATCH] perf libdw: Fix off-by 1 relative directory includes

2020-05-31 Thread Namhyung Kim
Hi Ian, On Sat, May 30, 2020 at 7:53 AM Ian Rogers wrote: > > This is currently working due to extra include paths in the build. > > Before: > $ cd tools/perf/arch/arm64/util > $ ls -la ../../util/unwind-libdw.h > ls: cannot access '../../util/unwind-libdw.h': No such file or directory > >

[PATCH] perf libdw: Fix off-by 1 relative directory includes

2020-05-29 Thread Ian Rogers
This is currently working due to extra include paths in the build. Before: $ cd tools/perf/arch/arm64/util $ ls -la ../../util/unwind-libdw.h ls: cannot access '../../util/unwind-libdw.h': No such file or directory After: $ ls -la ../../../util/unwind-libdw.h -rw-r- 1 irogers irogers 553 Apr