Uses of Class
one.nio.os.perf.BreakpointType
-
Packages that use BreakpointType Package Description one.nio.os.perf -
-
Uses of BreakpointType in one.nio.os.perf
Methods in one.nio.os.perf that return BreakpointType Modifier and Type Method Description static BreakpointTypeBreakpointType. valueOf(String name)Returns the enum constant of this type with the specified name.static BreakpointType[]BreakpointType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in one.nio.os.perf with parameters of type BreakpointType Modifier and Type Method Description static PerfEventPerfEvent. breakpoint(BreakpointType type, int len, long addr)
-