]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
perf kvm stat: Fix relative paths for including headers
authorLeo Yan <leo.yan@arm.com>
Sun, 1 Mar 2026 17:43:25 +0000 (17:43 +0000)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Tue, 17 Mar 2026 20:16:45 +0000 (17:16 -0300)
commit563d39928db602c58d24301769e25e33a48a65ab
treef3f9a1d3f12e7914ecc5340a9172c90502d32f8e
parent72a8b9c060d3188ff29e2a3f3ea47b1f2a67e005
perf kvm stat: Fix relative paths for including headers

Add an extra "../" to the relative paths so that the uAPI headers
provided by tools can be found correctly.

Fixes: a724a8fce5e25b45 ("perf kvm stat: Fix build error")
Reported-by: Namhyung Kim <namhyung@kernel.org>
Suggested-by: Ian Rogers <irogers@google.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c