projects
/
lttng-ust.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(incremental) |
history
|
HEAD
Move away headers that will be deprecated
[lttng-ust.git]
/
java
/
UST.java
Commit
Line
Data
378fa1c7
PMF
1
import java.util.*;
2
3
class UST {
4
public static native void ust_java_event(String name, String arg);
5
static {
6
System.loadLibrary("ustjava");
7
}
8
}
9
This page took
0.027509 seconds
and
4
git commands to generate.