]> asedeno.scripts.mit.edu Git - linux.git/commit
perf tools: Fix paths in include statements
authorLuke Mujica <lukemujica@google.com>
Fri, 19 Jul 2019 20:22:53 +0000 (13:22 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 12 Aug 2019 19:26:02 +0000 (16:26 -0300)
commit2b75863b0845764529e01014a5c90664d8044cbe
tree4b5deebee572fea77e485c6b24ab5ea49e3b7feb
parent4fe94ce1c6ba678b5f12b94bb9996eea4fc99e85
perf tools: Fix paths in include statements

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 <lukemujica@google.com>
Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com>
Cc: Ian Rogers <irogers@google.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/r/20190719202253.220261-1-lukemujica@google.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/arch/x86/util/kvm-stat.c
tools/perf/arch/x86/util/tsc.c
tools/perf/ui/helpline.c
tools/perf/ui/util.c