Lines Matching refs:DTraceException

89     private native void _open(OpenFlag[] flags) throws DTraceException;
91 throws DTraceException;
93 throws DTraceException;
94 private native void _exec(Program program) throws DTraceException;
96 throws DTraceException;
98 throws DTraceException;
99 private native long _getOption(String option) throws DTraceException;
102 private native void _go() throws DTraceException;
103 private native void _stop() throws DTraceException;
104 private native void _consume() throws DTraceException;
108 throws DTraceException;
109 private native int _createProcess(String cmd) throws DTraceException;
110 private native void _grabProcess(int pid) throws DTraceException;
288 open(OpenFlag ... flags) throws DTraceException
339 compile(String program, String ... macroArgs) throws DTraceException
380 compile(File program, String ... macroArgs) throws DTraceException,
432 enable() throws DTraceException
438 enable(Program program) throws DTraceException
472 getProgramInfo(Program program) throws DTraceException
491 setOptions(Option[] options) throws DTraceException
499 setOption(String option) throws DTraceException
505 unsetOption(String option) throws DTraceException
511 setOption(String option, String value) throws DTraceException
539 getOption(String option) throws DTraceException
720 go() throws DTraceException
732 go(ExceptionHandler h) throws DTraceException
794 } catch (DTraceException e) {
931 getAggregate() throws DTraceException
939 throws DTraceException
948 throws DTraceException
974 getAggregate(AggregateSpec spec) throws DTraceException
1030 createProcess(String command) throws DTraceException
1046 grabProcess(int pid) throws DTraceException
1056 listProbes(ProbeDescription filter) throws DTraceException
1071 listProbeDetail(ProbeDescription filter) throws DTraceException
1085 listProgramProbes(Program program) throws DTraceException
1098 listProgramProbeDetail(Program program) throws DTraceException