Re: [PATCH v5 4/4] perf tools: add JVMTI agent library

2015-03-27 Thread Peter Zijlstra
On Thu, Mar 26, 2015 at 08:17:09PM +0100, Stephane Eranian wrote: > This version of the JVMTI agent is using Pawel Moll's CLOCK_MONOTONIC > perf clock patch posted here: > https://lkml.org/lkml/2015/1/21/711 Seeing how we just merged its replacement: http://git.kernel.org/tip/34f439278c

[PATCH v5 4/4] perf tools: add JVMTI agent library

2015-03-26 Thread Stephane Eranian
This is a standalone JVMTI library to help profile Java jitted code with perf record/perf report. The library is not installed or compiled automatically by perf Makefile. It is not used directly by perf. It is arch agnostic and has been tested on X86 and ARM. It needs to be used with a Java runtim