kernel_optimize_test/tools/perf/arch/powerpc/util
Ian Rogers 5cf0e8ebc2 perf libdw: Fix off-by 1 relative directory includes
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 17 14:31 ../../../util/unwind-libdw.h

Signed-off-by: Ian Rogers <irogers@google.com>
Acked-by: Namhyung Kim <namhyung@kernel.org>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Mark Rutland <mark.rutland@arm.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lore.kernel.org/lkml/20200529225232.207532-1-irogers@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2020-06-01 12:24:23 -03:00
..
book3s_hcalls.h
book3s_hv_exits.h
Build perf powerpc: Don't ignore sym-handling.c file 2020-05-28 10:03:26 -03:00
dwarf-regs.c
header.c perf metricgroups: Enhance JSON/metric infrastructure to handle "?" 2020-04-30 10:48:33 -03:00
kvm-stat.c perf evsel: Rename perf_evsel__{str,int}val() and other tracepoint field metehods to to evsel__*() 2020-05-05 16:35:30 -03:00
mem-events.c
perf_regs.c tools: Fix off-by 1 relative directory includes 2020-03-06 08:36:46 -03:00
skip-callchain-idx.c
sym-handling.c perf symbols: Consolidate symbol fixup issue 2020-03-23 11:08:29 -03:00
unwind-libdw.c perf libdw: Fix off-by 1 relative directory includes 2020-06-01 12:24:23 -03:00
unwind-libunwind.c