]> 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)
committerNamhyung Kim <namhyung@kernel.org>
Tue, 3 Mar 2026 01:13:00 +0000 (17:13 -0800)
commit06ec44c2aa2ef15fd56f9808b6cf7495e1fbd8ec
treea3e8b00e240c43cc7fe4c25e3b3391e8141475ca
parent977000589d30f8d4f0777893711199350d474363
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: a724a8fce5e2 ("perf kvm stat: Fix build error")
Reported-by: Namhyung Kim <namhyung@kernel.org>
Suggested-by: Ian Rogers <irogers@google.com>
Signed-off-by: Leo Yan <leo.yan@arm.com>
Reviewed-by: Ian Rogers <irogers@google.com>
Signed-off-by: Namhyung Kim <namhyung@kernel.org>
tools/perf/util/kvm-stat-arch/kvm-stat-x86.c