From 47e837201ac26062040d00d2674a0eaf61c18fae Mon Sep 17 00:00:00 2001 From: compudj Date: Sun, 28 May 2006 23:49:08 +0000 Subject: [PATCH] update java git-svn-id: http://ltt.polymtl.ca/svn@1860 04897980-b3bd-0310-b5e0-8ef037075253 --- ltt-usertrace/README | 9 +++++++++ scripts/lttng-split-script.sh | 3 --- 2 files changed, 9 insertions(+), 3 deletions(-) diff --git a/ltt-usertrace/README b/ltt-usertrace/README index 8bdd8d2e..205fcca4 100644 --- a/ltt-usertrace/README +++ b/ltt-usertrace/README @@ -241,3 +241,12 @@ test_function The lookup in LTTV through libbfd has not been implemented yet. +* Instrumentation of a java program + +See the java/ directory of this package. You will have to create a C library +that holds the tracing functions, following the java-instrument-string.c. It has +to be called from the Java code as shown in Sample.java. + +The generate.sh scripts compiles and executes the Java program with the JNI +tracing library. + diff --git a/scripts/lttng-split-script.sh b/scripts/lttng-split-script.sh index 5dfd76ac..d16b8af8 100755 --- a/scripts/lttng-split-script.sh +++ b/scripts/lttng-split-script.sh @@ -34,11 +34,9 @@ IN="?_fs_buffer.c ?_fs_open.c ?_fs_read_write.c ?_fs_select.c - ?_ipc_msg.c ?_ipc_sem.c ?_ipc_shm.c - ?_kernel_irq_handle.c ?_kernel_itimer.c ?_kernel_sched.c @@ -46,7 +44,6 @@ IN="?_fs_buffer.c ?_kernel_softirq.c ?_kernel_timer.c ?_kernel_module.c - ?_mm_filemap.c ?_mm_memory.c ?_mm_page_alloc.c -- 2.34.1