X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=trunk%2Flttv%2Fdoc%2Fdeveloper%2Fust.html;h=90ed6898a47fce0223413534578eca9055a374aa;hb=3ceafa0151f10a78ce7adcc042c523f7a4a2e2f8;hp=02f2f3fa3df4aeeb7cc94bd1d6a6f5b6a1decb9a;hpb=9dd3d20dcc9a5614a14ad0d0cd45581b0bf24cae;p=lttv.git diff --git a/trunk/lttv/doc/developer/ust.html b/trunk/lttv/doc/developer/ust.html index 02f2f3fa..90ed6898 100644 --- a/trunk/lttv/doc/developer/ust.html +++ b/trunk/lttv/doc/developer/ust.html @@ -52,5 +52,14 @@ perform both dynamic and static user-space tracing. Performance comparison of a function call vs the int3 approach is available at Markers vs int3 performance comparison (see "Conclusion"). + +Tracing of Java application is planned to be done through a JNI interface. +Linking standard low-level C tracing library to the application within a JNI +adaptation class will be required to trace Java events. This has been prototyped +in the past. The work is available +here +for older LTTng versions. +