kernel_optimize_test/tools/perf/ui
Numfor Mbiziwo-Tiapo 2d7102a045 perf tools: Fix cache.h include directive
Change the include path so that progress.c can find cache.h since it was
previously searching in the wrong directory.

Committer notes:

  $ ls -la tools/perf/ui/../cache.h
  ls: cannot access 'tools/perf/ui/../cache.h': No such file or directory

So it really should include ../../util/cache.h, or plain cache.h, since
we have -Iutil in INC_FLAGS in tools/perf/Makefile.config

Signed-off-by: Numfor Mbiziwo-Tiapo <nums@google.com>
Cc: Jiri Olsa <jolsa@redhat.com>,
Cc: Luke Mujica <lukemujica@google.com>,
Cc: Stephane Eranian <eranian@google.com>
To: Ian Rogers <irogers@google.com>
Link: https://lkml.kernel.org/n/tip-pud8usyutvd2npg2vpsygncz@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
2019-06-25 08:47:09 -03:00
..
browsers perf annotate TUI browser: Do not use member from variable within its own initialization 2019-05-28 18:37:44 -03:00
gtk perf tools: Add missing include <callchain.h> in various places 2019-02-06 10:00:38 -03:00
stdio perf tools: Add missing include <callchain.h> in various places 2019-02-06 10:00:38 -03:00
tui perf tools: Rename build libperf to perf 2019-02-14 15:18:08 -03:00
browser.c perf ui browser: Fix ui popup argv browser for many entries 2019-03-11 16:33:20 -03:00
browser.h perf ui browser: Move the extra title lines from the hists browser 2018-04-03 10:24:26 -03:00
Build perf tools: Rename build libperf to perf 2019-02-14 15:18:08 -03:00
helpline.c
helpline.h
hist.c perf tools: Add missing include <callchain.h> in various places 2019-02-06 10:00:38 -03:00
keysyms.h
libslang.h perf build: Handle slang being in /usr/include and in /usr/include/slang/ 2019-06-18 17:48:12 -03:00
progress.c perf tools: Fix cache.h include directive 2019-06-25 08:47:09 -03:00
progress.h
setup.c
ui.h
util.c
util.h