summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2018-04-11 17:08:53 +0200
committerArnaldo Carvalho de Melo2018-04-12 15:33:17 +0200
commite14b733c5dc62f574b4dbc045b2cc52b03d83d4c (patch)
tree905527d75ad484805964bbf602e823fdbcc5c0f4
parentperf annotate browser: Allow showing offsets in more than just jump targets (diff)
downloadkernel-qcow2-linux-e14b733c5dc62f574b4dbc045b2cc52b03d83d4c.tar.gz
kernel-qcow2-linux-e14b733c5dc62f574b4dbc045b2cc52b03d83d4c.tar.xz
kernel-qcow2-linux-e14b733c5dc62f574b4dbc045b2cc52b03d83d4c.zip
perf jvmti: Give hints about package names needed to build
Give as examples of package names to install to have this built for fedora and debian, to help the user a bit. The part from 'e.g.:' onwards: No openjdk development package found, please install JDK package, e.g. openjdk-8-jdk, java-1.8.0-openjdk-devel Cc: Andi Kleen <andi@firstfloor.org> Cc: David Ahern <dsahern@gmail.com> Cc: Jiri Olsa <jolsa@kernel.org> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Stephane Eranian <eranian@google.com> Cc: William Cohen <wcohen@redhat.com> Link: https://lkml.kernel.org/n/tip-edbi4r2pvzn7no6ebxbtczng@git.kernel.org Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rw-r--r--tools/perf/Makefile.config2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
index c7abd83a8e19..6b307e97dc57 100644
--- a/tools/perf/Makefile.config
+++ b/tools/perf/Makefile.config
@@ -847,7 +847,7 @@ ifndef NO_JVMTI
ifeq ($(feature-jvmti), 1)
$(call detected_var,JDIR)
else
- $(warning No openjdk development package found, please install JDK package)
+ $(warning No openjdk development package found, please install JDK package, e.g. openjdk-8-jdk, java-1.8.0-openjdk-devel)
NO_JVMTI := 1
endif
endif