Class PerfOption

java.lang.Object
one.nio.os.perf.PerfOption
All Implemented Interfaces:
Serializable

public class PerfOption extends Object implements Serializable
See Also:
  • Field Details

    • DISABLED

      public static final PerfOption DISABLED
    • INHERIT

      public static final PerfOption INHERIT
    • EXCLUDE_USER

      public static final PerfOption EXCLUDE_USER
    • EXCLUDE_KERNEL

      public static final PerfOption EXCLUDE_KERNEL
    • SAMPLE_IP

      public static final PerfOption SAMPLE_IP
    • SAMPLE_TID

      public static final PerfOption SAMPLE_TID
    • SAMPLE_TIME

      public static final PerfOption SAMPLE_TIME
    • SAMPLE_ADDR

      public static final PerfOption SAMPLE_ADDR
    • SAMPLE_READ

      public static final PerfOption SAMPLE_READ
    • SAMPLE_CALLCHAIN

      public static final PerfOption SAMPLE_CALLCHAIN
    • SAMPLE_ID

      public static final PerfOption SAMPLE_ID
    • SAMPLE_CPU

      public static final PerfOption SAMPLE_CPU
    • SAMPLE_PERIOD

      public static final PerfOption SAMPLE_PERIOD
    • SAMPLE_STREAM_ID

      public static final PerfOption SAMPLE_STREAM_ID
    • SAMPLE_RAW

      public static final PerfOption SAMPLE_RAW
    • SAMPLE_BRANCH_STACK

      public static final PerfOption SAMPLE_BRANCH_STACK
    • SAMPLE_REGS_USER

      public static final PerfOption SAMPLE_REGS_USER
    • SAMPLE_STACK_USER

      public static final PerfOption SAMPLE_STACK_USER
    • SAMPLE_WEIGHT

      public static final PerfOption SAMPLE_WEIGHT
    • SAMPLE_DATA_SRC

      public static final PerfOption SAMPLE_DATA_SRC
    • SAMPLE_IDENTIFIER

      public static final PerfOption SAMPLE_IDENTIFIER
    • SAMPLE_TRANSACTION

      public static final PerfOption SAMPLE_TRANSACTION
    • SAMPLE_REGS_INTR

      public static final PerfOption SAMPLE_REGS_INTR
    • SAMPLE_PHYS_ADD

      public static final PerfOption SAMPLE_PHYS_ADD
    • FORMAT_GROUP

      public static final PerfOption FORMAT_GROUP
  • Constructor Details

    • PerfOption

      protected PerfOption(String name)
    • PerfOption

      protected PerfOption(String name, long value)
  • Method Details