]> git.karo-electronics.de Git - karo-tx-linux.git/commit
tools build: Add jvmti feature detection support
authorJiri Olsa <jolsa@kernel.org>
Wed, 2 Nov 2016 13:35:48 +0000 (14:35 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 14 Nov 2016 15:40:32 +0000 (12:40 -0300)
commit285932a25879602407f207e862bc5b8416711f42
treedd1dba610981bd32df832fce92e9edcbcbff582c
parent2ec8107d8e0d1d285b2bbf1999e7f4e46b6b535b
tools build: Add jvmti feature detection support

Adding support to detect jvmti support. It is not plugged into the
FEATURE_TESTS machinery, because it's quite rare and will be used
separately from perf via feature_check call.

Signed-off-by: Jiri Olsa <jolsa@kernel.org>
Tested-by: Stephane Eranian <eranian@google.com>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: William Cohen <wcohen@redhat.com>
Link: http://lkml.kernel.org/r/1478093749-5602-3-git-send-email-jolsa@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/feature/Makefile
tools/build/feature/test-jvmti.c [new file with mode: 0644]