Lines Matching refs:DTraceException

91     private native void _open(OpenFlag[] flags) throws DTraceException;
93 throws DTraceException;
95 throws DTraceException;
96 private native void _exec(Program program) throws DTraceException;
98 throws DTraceException;
100 throws DTraceException;
101 private native long _getOption(String option) throws DTraceException;
104 private native void _go() throws DTraceException;
105 private native void _stop() throws DTraceException;
106 private native void _consume() throws DTraceException;
110 throws DTraceException;
111 private native int _createProcess(String cmd) throws DTraceException;
112 private native void _grabProcess(int pid) throws DTraceException;
290 open(OpenFlag ... flags) throws DTraceException
341 compile(String program, String ... macroArgs) throws DTraceException
382 compile(File program, String ... macroArgs) throws DTraceException,
434 enable() throws DTraceException
440 enable(Program program) throws DTraceException
474 getProgramInfo(Program program) throws DTraceException
493 setOptions(Option[] options) throws DTraceException
501 setOption(String option) throws DTraceException
507 unsetOption(String option) throws DTraceException
513 setOption(String option, String value) throws DTraceException
541 getOption(String option) throws DTraceException
722 go() throws DTraceException
734 go(ExceptionHandler h) throws DTraceException
796 } catch (DTraceException e) {
933 getAggregate() throws DTraceException
941 throws DTraceException
950 throws DTraceException
976 getAggregate(AggregateSpec spec) throws DTraceException
1032 createProcess(String command) throws DTraceException
1048 grabProcess(int pid) throws DTraceException
1058 listProbes(ProbeDescription filter) throws DTraceException
1073 listProbeDetail(ProbeDescription filter) throws DTraceException
1087 listProgramProbes(Program program) throws DTraceException
1100 listProgramProbeDetail(Program program) throws DTraceException