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 |
FORMAT_GROUP |
static PerfOption |
INHERIT |
static PerfOption |
SAMPLE_ADDR |
static PerfOption |
SAMPLE_BRANCH_STACK |
static PerfOption |
SAMPLE_CALLCHAIN |
static PerfOption |
SAMPLE_CPU |
static PerfOption |
SAMPLE_DATA_SRC |
static PerfOption |
SAMPLE_ID |
static PerfOption |
SAMPLE_IDENTIFIER |
static PerfOption |
SAMPLE_IP |
static PerfOption |
SAMPLE_PERIOD |
static PerfOption |
SAMPLE_PHYS_ADD |
static PerfOption |
SAMPLE_RAW |
static PerfOption |
SAMPLE_READ |
static PerfOption |
SAMPLE_REGS_INTR |
static PerfOption |
SAMPLE_REGS_USER |
static PerfOption |
SAMPLE_STACK_USER |
static PerfOption |
SAMPLE_STREAM_ID |
static PerfOption |
SAMPLE_TID |
static PerfOption |
SAMPLE_TIME |
static PerfOption |
SAMPLE_TRANSACTION |
static PerfOption |
SAMPLE_WEIGHT |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
static PerfOption |
format(int formatType) |
static PerfOption |
freq(long value) |
static PerfOption |
group(PerfCounter leader) |
int |
hashCode() |
static PerfOption |
pages(int pages) |
static PerfOption |
period(long value) |
static PerfOption |
sample(int sampleType) |
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 final PerfOption SAMPLE_IP
public static final PerfOption SAMPLE_TID
public static final PerfOption SAMPLE_TIME
public static final PerfOption SAMPLE_ADDR
public static final PerfOption SAMPLE_READ
public static final PerfOption SAMPLE_CALLCHAIN
public static final PerfOption SAMPLE_ID
public static final PerfOption SAMPLE_CPU
public static final PerfOption SAMPLE_PERIOD
public static final PerfOption SAMPLE_STREAM_ID
public static final PerfOption SAMPLE_RAW
public static final PerfOption SAMPLE_BRANCH_STACK
public static final PerfOption SAMPLE_REGS_USER
public static final PerfOption SAMPLE_STACK_USER
public static final PerfOption SAMPLE_WEIGHT
public static final PerfOption SAMPLE_DATA_SRC
public static final PerfOption SAMPLE_IDENTIFIER
public static final PerfOption SAMPLE_TRANSACTION
public static final PerfOption SAMPLE_REGS_INTR
public static final PerfOption SAMPLE_PHYS_ADD
public static final PerfOption FORMAT_GROUP
public static PerfOption period(long value)
public static PerfOption freq(long value)
public static PerfOption wakeupEvents(int value)
public static PerfOption wakeupBytes(int value)
public static PerfOption sample(int sampleType)
public static PerfOption format(int formatType)
public static PerfOption pages(int pages)
public static PerfOption group(PerfCounter leader)
Copyright © 2020. All rights reserved.