public class PerfOption extends Object implements Serializable
| Modifier and Type | Field and Description |
|---|---|
static PerfOption |
DISABLED |
static PerfOption |
EXCLUDE_KERNEL |
static PerfOption |
EXCLUDE_USER |
static PerfOption |
INHERIT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static PerfOption |
freq(long value) |
int |
hashCode() |
static PerfOption |
period(long value) |
String |
toString() |
static PerfOption |
wakeupBytes(int value) |
static PerfOption |
wakeupEvents(int value) |
public static final PerfOption DISABLED
public static final PerfOption INHERIT
public static final PerfOption EXCLUDE_USER
public static final PerfOption EXCLUDE_KERNEL
public static PerfOption period(long value)
public static PerfOption freq(long value)
public static PerfOption wakeupEvents(int value)
public static PerfOption wakeupBytes(int value)
Copyright © 2019. All rights reserved.