[PATCH] perf tools: Fix paths in include statements

2019-09-04 Thread Ian Rogers
These paths point to the wrong location but still work because they get picked up by a -I flag that happens to direct to the correct file. Fix paths to lead to the actual file location without help from include flags. Signed-off-by: Ian Rogers --- tools/perf/arch/powerpc/util/perf_regs.c | 4 ++

Re: [PATCH] perf tools: Fix paths in include statements

2019-07-30 Thread Arnaldo Carvalho de Melo
Em Fri, Jul 19, 2019 at 01:22:53PM -0700, Luke Mujica escreveu: > These paths point to the wrong location but still work because > they get picked up by a -I flag that happens to direct to the correct > file. Fix paths to lead to the actual file location without help from > include flags. Thanks,

[PATCH] perf tools: Fix paths in include statements

2019-07-19 Thread Luke Mujica
These paths point to the wrong location but still work because they get picked up by a -I flag that happens to direct to the correct file. Fix paths to lead to the actual file location without help from include flags. Signed-off-by: Luke Mujica --- tools/perf/arch/x86/util/kvm-stat.c | 4 ++-- t