public static final class Protos.PerfStatistics extends com.google.protobuf.GeneratedMessageV3 implements Protos.PerfStatisticsOrBuilder
Describes a sample of events from "perf stat". Only available on Linux. NOTE: Each optional field matches the name of a perf event (see "perf list") with the following changes: 1. Names are downcased. 2. Hyphens ('-') are replaced with underscores ('_'). 3. Events with alternate names use the name "perf stat" returns, e.g., for the event "cycles OR cpu-cycles" perf always returns cycles.Protobuf type
mesos.PerfStatistics
Modifier and Type | Class and Description |
---|---|
static class |
Protos.PerfStatistics.Builder
Describes a sample of events from "perf stat".
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj) |
long |
getAlignmentFaults()
optional uint64 alignment_faults = 20; |
long |
getBranches()
optional uint64 branches = 9; |
long |
getBranchLoadMisses()
optional uint64 branch_load_misses = 47; |
long |
getBranchLoads()
optional uint64 branch_loads = 46; |
long |
getBranchMisses()
optional uint64 branch_misses = 10; |
long |
getBusCycles()
optional uint64 bus_cycles = 11; |
long |
getCacheMisses()
optional uint64 cache_misses = 8; |
long |
getCacheReferences()
optional uint64 cache_references = 7; |
long |
getContextSwitches()
optional uint64 context_switches = 18; |
double |
getCpuClock()
Software event.
|
long |
getCpuMigrations()
optional uint64 cpu_migrations = 19; |
long |
getCycles()
Hardware event.
|
static Protos.PerfStatistics |
getDefaultInstance() |
Protos.PerfStatistics |
getDefaultInstanceForType() |
static com.google.protobuf.Descriptors.Descriptor |
getDescriptor() |
long |
getDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39; |
long |
getDtlbLoads()
optional uint64 dtlb_loads = 38; |
long |
getDtlbPrefetches()
optional uint64 dtlb_prefetches = 42; |
long |
getDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43; |
long |
getDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41; |
long |
getDtlbStores()
optional uint64 dtlb_stores = 40; |
double |
getDuration()
Duration of sample interval, in seconds.
|
long |
getEmulationFaults()
optional uint64 emulation_faults = 21; |
long |
getInstructions()
optional uint64 instructions = 6; |
long |
getItlbLoadMisses()
optional uint64 itlb_load_misses = 45; |
long |
getItlbLoads()
optional uint64 itlb_loads = 44; |
long |
getL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23; |
long |
getL1DcacheLoads()
Hardware cache event.
|
long |
getL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26; |
long |
getL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27; |
long |
getL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25; |
long |
getL1DcacheStores()
optional uint64 l1_dcache_stores = 24; |
long |
getL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29; |
long |
getL1IcacheLoads()
optional uint64 l1_icache_loads = 28; |
long |
getL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30; |
long |
getL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31; |
long |
getLlcLoadMisses()
optional uint64 llc_load_misses = 33; |
long |
getLlcLoads()
optional uint64 llc_loads = 32; |
long |
getLlcPrefetches()
optional uint64 llc_prefetches = 36; |
long |
getLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37; |
long |
getLlcStoreMisses()
optional uint64 llc_store_misses = 35; |
long |
getLlcStores()
optional uint64 llc_stores = 34; |
long |
getMajorFaults()
optional uint64 major_faults = 17; |
long |
getMinorFaults()
optional uint64 minor_faults = 16; |
long |
getNodeLoadMisses()
optional uint64 node_load_misses = 49; |
long |
getNodeLoads()
optional uint64 node_loads = 48; |
long |
getNodePrefetches()
optional uint64 node_prefetches = 52; |
long |
getNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53; |
long |
getNodeStoreMisses()
optional uint64 node_store_misses = 51; |
long |
getNodeStores()
optional uint64 node_stores = 50; |
long |
getPageFaults()
optional uint64 page_faults = 15; |
<any> |
getParserForType() |
long |
getRefCycles()
optional uint64 ref_cycles = 12; |
int |
getSerializedSize() |
long |
getStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5; |
long |
getStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4; |
double |
getTaskClock()
optional double task_clock = 14; |
double |
getTimestamp()
Start of sample interval, in seconds since the Epoch.
|
com.google.protobuf.UnknownFieldSet |
getUnknownFields() |
boolean |
hasAlignmentFaults()
optional uint64 alignment_faults = 20; |
boolean |
hasBranches()
optional uint64 branches = 9; |
boolean |
hasBranchLoadMisses()
optional uint64 branch_load_misses = 47; |
boolean |
hasBranchLoads()
optional uint64 branch_loads = 46; |
boolean |
hasBranchMisses()
optional uint64 branch_misses = 10; |
boolean |
hasBusCycles()
optional uint64 bus_cycles = 11; |
boolean |
hasCacheMisses()
optional uint64 cache_misses = 8; |
boolean |
hasCacheReferences()
optional uint64 cache_references = 7; |
boolean |
hasContextSwitches()
optional uint64 context_switches = 18; |
boolean |
hasCpuClock()
Software event.
|
boolean |
hasCpuMigrations()
optional uint64 cpu_migrations = 19; |
boolean |
hasCycles()
Hardware event.
|
boolean |
hasDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39; |
boolean |
hasDtlbLoads()
optional uint64 dtlb_loads = 38; |
boolean |
hasDtlbPrefetches()
optional uint64 dtlb_prefetches = 42; |
boolean |
hasDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43; |
boolean |
hasDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41; |
boolean |
hasDtlbStores()
optional uint64 dtlb_stores = 40; |
boolean |
hasDuration()
Duration of sample interval, in seconds.
|
boolean |
hasEmulationFaults()
optional uint64 emulation_faults = 21; |
int |
hashCode() |
boolean |
hasInstructions()
optional uint64 instructions = 6; |
boolean |
hasItlbLoadMisses()
optional uint64 itlb_load_misses = 45; |
boolean |
hasItlbLoads()
optional uint64 itlb_loads = 44; |
boolean |
hasL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23; |
boolean |
hasL1DcacheLoads()
Hardware cache event.
|
boolean |
hasL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26; |
boolean |
hasL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27; |
boolean |
hasL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25; |
boolean |
hasL1DcacheStores()
optional uint64 l1_dcache_stores = 24; |
boolean |
hasL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29; |
boolean |
hasL1IcacheLoads()
optional uint64 l1_icache_loads = 28; |
boolean |
hasL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30; |
boolean |
hasL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31; |
boolean |
hasLlcLoadMisses()
optional uint64 llc_load_misses = 33; |
boolean |
hasLlcLoads()
optional uint64 llc_loads = 32; |
boolean |
hasLlcPrefetches()
optional uint64 llc_prefetches = 36; |
boolean |
hasLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37; |
boolean |
hasLlcStoreMisses()
optional uint64 llc_store_misses = 35; |
boolean |
hasLlcStores()
optional uint64 llc_stores = 34; |
boolean |
hasMajorFaults()
optional uint64 major_faults = 17; |
boolean |
hasMinorFaults()
optional uint64 minor_faults = 16; |
boolean |
hasNodeLoadMisses()
optional uint64 node_load_misses = 49; |
boolean |
hasNodeLoads()
optional uint64 node_loads = 48; |
boolean |
hasNodePrefetches()
optional uint64 node_prefetches = 52; |
boolean |
hasNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53; |
boolean |
hasNodeStoreMisses()
optional uint64 node_store_misses = 51; |
boolean |
hasNodeStores()
optional uint64 node_stores = 50; |
boolean |
hasPageFaults()
optional uint64 page_faults = 15; |
boolean |
hasRefCycles()
optional uint64 ref_cycles = 12; |
boolean |
hasStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5; |
boolean |
hasStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4; |
boolean |
hasTaskClock()
optional double task_clock = 14; |
boolean |
hasTimestamp()
Start of sample interval, in seconds since the Epoch.
|
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable |
internalGetFieldAccessorTable() |
boolean |
isInitialized() |
static Protos.PerfStatistics.Builder |
newBuilder() |
static Protos.PerfStatistics.Builder |
newBuilder(Protos.PerfStatistics prototype) |
Protos.PerfStatistics.Builder |
newBuilderForType() |
protected Protos.PerfStatistics.Builder |
newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent) |
static Protos.PerfStatistics |
parseDelimitedFrom(java.io.InputStream input) |
static Protos.PerfStatistics |
parseDelimitedFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PerfStatistics |
parseFrom(byte[] data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PerfStatistics |
parseFrom(java.nio.ByteBuffer data) |
static Protos.PerfStatistics |
parseFrom(java.nio.ByteBuffer data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PerfStatistics |
parseFrom(com.google.protobuf.ByteString data) |
static Protos.PerfStatistics |
parseFrom(com.google.protobuf.ByteString data,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PerfStatistics |
parseFrom(com.google.protobuf.CodedInputStream input) |
static Protos.PerfStatistics |
parseFrom(com.google.protobuf.CodedInputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static Protos.PerfStatistics |
parseFrom(java.io.InputStream input,
com.google.protobuf.ExtensionRegistryLite extensionRegistry) |
static <any> |
parser() |
Protos.PerfStatistics.Builder |
toBuilder() |
void |
writeTo(com.google.protobuf.CodedOutputStream output) |
public static final int TIMESTAMP_FIELD_NUMBER
public static final int DURATION_FIELD_NUMBER
public static final int CYCLES_FIELD_NUMBER
public static final int STALLED_CYCLES_FRONTEND_FIELD_NUMBER
public static final int STALLED_CYCLES_BACKEND_FIELD_NUMBER
public static final int INSTRUCTIONS_FIELD_NUMBER
public static final int CACHE_REFERENCES_FIELD_NUMBER
public static final int CACHE_MISSES_FIELD_NUMBER
public static final int BRANCHES_FIELD_NUMBER
public static final int BRANCH_MISSES_FIELD_NUMBER
public static final int BUS_CYCLES_FIELD_NUMBER
public static final int REF_CYCLES_FIELD_NUMBER
public static final int CPU_CLOCK_FIELD_NUMBER
public static final int TASK_CLOCK_FIELD_NUMBER
public static final int PAGE_FAULTS_FIELD_NUMBER
public static final int MINOR_FAULTS_FIELD_NUMBER
public static final int MAJOR_FAULTS_FIELD_NUMBER
public static final int CONTEXT_SWITCHES_FIELD_NUMBER
public static final int CPU_MIGRATIONS_FIELD_NUMBER
public static final int ALIGNMENT_FAULTS_FIELD_NUMBER
public static final int EMULATION_FAULTS_FIELD_NUMBER
public static final int L1_DCACHE_LOADS_FIELD_NUMBER
public static final int L1_DCACHE_LOAD_MISSES_FIELD_NUMBER
public static final int L1_DCACHE_STORES_FIELD_NUMBER
public static final int L1_DCACHE_STORE_MISSES_FIELD_NUMBER
public static final int L1_DCACHE_PREFETCHES_FIELD_NUMBER
public static final int L1_DCACHE_PREFETCH_MISSES_FIELD_NUMBER
public static final int L1_ICACHE_LOADS_FIELD_NUMBER
public static final int L1_ICACHE_LOAD_MISSES_FIELD_NUMBER
public static final int L1_ICACHE_PREFETCHES_FIELD_NUMBER
public static final int L1_ICACHE_PREFETCH_MISSES_FIELD_NUMBER
public static final int LLC_LOADS_FIELD_NUMBER
public static final int LLC_LOAD_MISSES_FIELD_NUMBER
public static final int LLC_STORES_FIELD_NUMBER
public static final int LLC_STORE_MISSES_FIELD_NUMBER
public static final int LLC_PREFETCHES_FIELD_NUMBER
public static final int LLC_PREFETCH_MISSES_FIELD_NUMBER
public static final int DTLB_LOADS_FIELD_NUMBER
public static final int DTLB_LOAD_MISSES_FIELD_NUMBER
public static final int DTLB_STORES_FIELD_NUMBER
public static final int DTLB_STORE_MISSES_FIELD_NUMBER
public static final int DTLB_PREFETCHES_FIELD_NUMBER
public static final int DTLB_PREFETCH_MISSES_FIELD_NUMBER
public static final int ITLB_LOADS_FIELD_NUMBER
public static final int ITLB_LOAD_MISSES_FIELD_NUMBER
public static final int BRANCH_LOADS_FIELD_NUMBER
public static final int BRANCH_LOAD_MISSES_FIELD_NUMBER
public static final int NODE_LOADS_FIELD_NUMBER
public static final int NODE_LOAD_MISSES_FIELD_NUMBER
public static final int NODE_STORES_FIELD_NUMBER
public static final int NODE_STORE_MISSES_FIELD_NUMBER
public static final int NODE_PREFETCHES_FIELD_NUMBER
public static final int NODE_PREFETCH_MISSES_FIELD_NUMBER
@Deprecated public static final <any> PARSER
public final com.google.protobuf.UnknownFieldSet getUnknownFields()
public static final com.google.protobuf.Descriptors.Descriptor getDescriptor()
protected com.google.protobuf.GeneratedMessageV3.FieldAccessorTable internalGetFieldAccessorTable()
public boolean hasTimestamp()
Start of sample interval, in seconds since the Epoch.
required double timestamp = 1;
hasTimestamp
in interface Protos.PerfStatisticsOrBuilder
public double getTimestamp()
Start of sample interval, in seconds since the Epoch.
required double timestamp = 1;
getTimestamp
in interface Protos.PerfStatisticsOrBuilder
public boolean hasDuration()
Duration of sample interval, in seconds.
required double duration = 2;
hasDuration
in interface Protos.PerfStatisticsOrBuilder
public double getDuration()
Duration of sample interval, in seconds.
required double duration = 2;
getDuration
in interface Protos.PerfStatisticsOrBuilder
public boolean hasCycles()
Hardware event.
optional uint64 cycles = 3;
hasCycles
in interface Protos.PerfStatisticsOrBuilder
public long getCycles()
Hardware event.
optional uint64 cycles = 3;
getCycles
in interface Protos.PerfStatisticsOrBuilder
public boolean hasStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4;
hasStalledCyclesFrontend
in interface Protos.PerfStatisticsOrBuilder
public long getStalledCyclesFrontend()
optional uint64 stalled_cycles_frontend = 4;
getStalledCyclesFrontend
in interface Protos.PerfStatisticsOrBuilder
public boolean hasStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5;
hasStalledCyclesBackend
in interface Protos.PerfStatisticsOrBuilder
public long getStalledCyclesBackend()
optional uint64 stalled_cycles_backend = 5;
getStalledCyclesBackend
in interface Protos.PerfStatisticsOrBuilder
public boolean hasInstructions()
optional uint64 instructions = 6;
hasInstructions
in interface Protos.PerfStatisticsOrBuilder
public long getInstructions()
optional uint64 instructions = 6;
getInstructions
in interface Protos.PerfStatisticsOrBuilder
public boolean hasCacheReferences()
optional uint64 cache_references = 7;
hasCacheReferences
in interface Protos.PerfStatisticsOrBuilder
public long getCacheReferences()
optional uint64 cache_references = 7;
getCacheReferences
in interface Protos.PerfStatisticsOrBuilder
public boolean hasCacheMisses()
optional uint64 cache_misses = 8;
hasCacheMisses
in interface Protos.PerfStatisticsOrBuilder
public long getCacheMisses()
optional uint64 cache_misses = 8;
getCacheMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasBranches()
optional uint64 branches = 9;
hasBranches
in interface Protos.PerfStatisticsOrBuilder
public long getBranches()
optional uint64 branches = 9;
getBranches
in interface Protos.PerfStatisticsOrBuilder
public boolean hasBranchMisses()
optional uint64 branch_misses = 10;
hasBranchMisses
in interface Protos.PerfStatisticsOrBuilder
public long getBranchMisses()
optional uint64 branch_misses = 10;
getBranchMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasBusCycles()
optional uint64 bus_cycles = 11;
hasBusCycles
in interface Protos.PerfStatisticsOrBuilder
public long getBusCycles()
optional uint64 bus_cycles = 11;
getBusCycles
in interface Protos.PerfStatisticsOrBuilder
public boolean hasRefCycles()
optional uint64 ref_cycles = 12;
hasRefCycles
in interface Protos.PerfStatisticsOrBuilder
public long getRefCycles()
optional uint64 ref_cycles = 12;
getRefCycles
in interface Protos.PerfStatisticsOrBuilder
public boolean hasCpuClock()
Software event.
optional double cpu_clock = 13;
hasCpuClock
in interface Protos.PerfStatisticsOrBuilder
public double getCpuClock()
Software event.
optional double cpu_clock = 13;
getCpuClock
in interface Protos.PerfStatisticsOrBuilder
public boolean hasTaskClock()
optional double task_clock = 14;
hasTaskClock
in interface Protos.PerfStatisticsOrBuilder
public double getTaskClock()
optional double task_clock = 14;
getTaskClock
in interface Protos.PerfStatisticsOrBuilder
public boolean hasPageFaults()
optional uint64 page_faults = 15;
hasPageFaults
in interface Protos.PerfStatisticsOrBuilder
public long getPageFaults()
optional uint64 page_faults = 15;
getPageFaults
in interface Protos.PerfStatisticsOrBuilder
public boolean hasMinorFaults()
optional uint64 minor_faults = 16;
hasMinorFaults
in interface Protos.PerfStatisticsOrBuilder
public long getMinorFaults()
optional uint64 minor_faults = 16;
getMinorFaults
in interface Protos.PerfStatisticsOrBuilder
public boolean hasMajorFaults()
optional uint64 major_faults = 17;
hasMajorFaults
in interface Protos.PerfStatisticsOrBuilder
public long getMajorFaults()
optional uint64 major_faults = 17;
getMajorFaults
in interface Protos.PerfStatisticsOrBuilder
public boolean hasContextSwitches()
optional uint64 context_switches = 18;
hasContextSwitches
in interface Protos.PerfStatisticsOrBuilder
public long getContextSwitches()
optional uint64 context_switches = 18;
getContextSwitches
in interface Protos.PerfStatisticsOrBuilder
public boolean hasCpuMigrations()
optional uint64 cpu_migrations = 19;
hasCpuMigrations
in interface Protos.PerfStatisticsOrBuilder
public long getCpuMigrations()
optional uint64 cpu_migrations = 19;
getCpuMigrations
in interface Protos.PerfStatisticsOrBuilder
public boolean hasAlignmentFaults()
optional uint64 alignment_faults = 20;
hasAlignmentFaults
in interface Protos.PerfStatisticsOrBuilder
public long getAlignmentFaults()
optional uint64 alignment_faults = 20;
getAlignmentFaults
in interface Protos.PerfStatisticsOrBuilder
public boolean hasEmulationFaults()
optional uint64 emulation_faults = 21;
hasEmulationFaults
in interface Protos.PerfStatisticsOrBuilder
public long getEmulationFaults()
optional uint64 emulation_faults = 21;
getEmulationFaults
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1DcacheLoads()
Hardware cache event.
optional uint64 l1_dcache_loads = 22;
hasL1DcacheLoads
in interface Protos.PerfStatisticsOrBuilder
public long getL1DcacheLoads()
Hardware cache event.
optional uint64 l1_dcache_loads = 22;
getL1DcacheLoads
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23;
hasL1DcacheLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public long getL1DcacheLoadMisses()
optional uint64 l1_dcache_load_misses = 23;
getL1DcacheLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1DcacheStores()
optional uint64 l1_dcache_stores = 24;
hasL1DcacheStores
in interface Protos.PerfStatisticsOrBuilder
public long getL1DcacheStores()
optional uint64 l1_dcache_stores = 24;
getL1DcacheStores
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25;
hasL1DcacheStoreMisses
in interface Protos.PerfStatisticsOrBuilder
public long getL1DcacheStoreMisses()
optional uint64 l1_dcache_store_misses = 25;
getL1DcacheStoreMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26;
hasL1DcachePrefetches
in interface Protos.PerfStatisticsOrBuilder
public long getL1DcachePrefetches()
optional uint64 l1_dcache_prefetches = 26;
getL1DcachePrefetches
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27;
hasL1DcachePrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public long getL1DcachePrefetchMisses()
optional uint64 l1_dcache_prefetch_misses = 27;
getL1DcachePrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1IcacheLoads()
optional uint64 l1_icache_loads = 28;
hasL1IcacheLoads
in interface Protos.PerfStatisticsOrBuilder
public long getL1IcacheLoads()
optional uint64 l1_icache_loads = 28;
getL1IcacheLoads
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29;
hasL1IcacheLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public long getL1IcacheLoadMisses()
optional uint64 l1_icache_load_misses = 29;
getL1IcacheLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30;
hasL1IcachePrefetches
in interface Protos.PerfStatisticsOrBuilder
public long getL1IcachePrefetches()
optional uint64 l1_icache_prefetches = 30;
getL1IcachePrefetches
in interface Protos.PerfStatisticsOrBuilder
public boolean hasL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31;
hasL1IcachePrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public long getL1IcachePrefetchMisses()
optional uint64 l1_icache_prefetch_misses = 31;
getL1IcachePrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasLlcLoads()
optional uint64 llc_loads = 32;
hasLlcLoads
in interface Protos.PerfStatisticsOrBuilder
public long getLlcLoads()
optional uint64 llc_loads = 32;
getLlcLoads
in interface Protos.PerfStatisticsOrBuilder
public boolean hasLlcLoadMisses()
optional uint64 llc_load_misses = 33;
hasLlcLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public long getLlcLoadMisses()
optional uint64 llc_load_misses = 33;
getLlcLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasLlcStores()
optional uint64 llc_stores = 34;
hasLlcStores
in interface Protos.PerfStatisticsOrBuilder
public long getLlcStores()
optional uint64 llc_stores = 34;
getLlcStores
in interface Protos.PerfStatisticsOrBuilder
public boolean hasLlcStoreMisses()
optional uint64 llc_store_misses = 35;
hasLlcStoreMisses
in interface Protos.PerfStatisticsOrBuilder
public long getLlcStoreMisses()
optional uint64 llc_store_misses = 35;
getLlcStoreMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasLlcPrefetches()
optional uint64 llc_prefetches = 36;
hasLlcPrefetches
in interface Protos.PerfStatisticsOrBuilder
public long getLlcPrefetches()
optional uint64 llc_prefetches = 36;
getLlcPrefetches
in interface Protos.PerfStatisticsOrBuilder
public boolean hasLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37;
hasLlcPrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public long getLlcPrefetchMisses()
optional uint64 llc_prefetch_misses = 37;
getLlcPrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasDtlbLoads()
optional uint64 dtlb_loads = 38;
hasDtlbLoads
in interface Protos.PerfStatisticsOrBuilder
public long getDtlbLoads()
optional uint64 dtlb_loads = 38;
getDtlbLoads
in interface Protos.PerfStatisticsOrBuilder
public boolean hasDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39;
hasDtlbLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public long getDtlbLoadMisses()
optional uint64 dtlb_load_misses = 39;
getDtlbLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasDtlbStores()
optional uint64 dtlb_stores = 40;
hasDtlbStores
in interface Protos.PerfStatisticsOrBuilder
public long getDtlbStores()
optional uint64 dtlb_stores = 40;
getDtlbStores
in interface Protos.PerfStatisticsOrBuilder
public boolean hasDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41;
hasDtlbStoreMisses
in interface Protos.PerfStatisticsOrBuilder
public long getDtlbStoreMisses()
optional uint64 dtlb_store_misses = 41;
getDtlbStoreMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasDtlbPrefetches()
optional uint64 dtlb_prefetches = 42;
hasDtlbPrefetches
in interface Protos.PerfStatisticsOrBuilder
public long getDtlbPrefetches()
optional uint64 dtlb_prefetches = 42;
getDtlbPrefetches
in interface Protos.PerfStatisticsOrBuilder
public boolean hasDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43;
hasDtlbPrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public long getDtlbPrefetchMisses()
optional uint64 dtlb_prefetch_misses = 43;
getDtlbPrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasItlbLoads()
optional uint64 itlb_loads = 44;
hasItlbLoads
in interface Protos.PerfStatisticsOrBuilder
public long getItlbLoads()
optional uint64 itlb_loads = 44;
getItlbLoads
in interface Protos.PerfStatisticsOrBuilder
public boolean hasItlbLoadMisses()
optional uint64 itlb_load_misses = 45;
hasItlbLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public long getItlbLoadMisses()
optional uint64 itlb_load_misses = 45;
getItlbLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasBranchLoads()
optional uint64 branch_loads = 46;
hasBranchLoads
in interface Protos.PerfStatisticsOrBuilder
public long getBranchLoads()
optional uint64 branch_loads = 46;
getBranchLoads
in interface Protos.PerfStatisticsOrBuilder
public boolean hasBranchLoadMisses()
optional uint64 branch_load_misses = 47;
hasBranchLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public long getBranchLoadMisses()
optional uint64 branch_load_misses = 47;
getBranchLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasNodeLoads()
optional uint64 node_loads = 48;
hasNodeLoads
in interface Protos.PerfStatisticsOrBuilder
public long getNodeLoads()
optional uint64 node_loads = 48;
getNodeLoads
in interface Protos.PerfStatisticsOrBuilder
public boolean hasNodeLoadMisses()
optional uint64 node_load_misses = 49;
hasNodeLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public long getNodeLoadMisses()
optional uint64 node_load_misses = 49;
getNodeLoadMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasNodeStores()
optional uint64 node_stores = 50;
hasNodeStores
in interface Protos.PerfStatisticsOrBuilder
public long getNodeStores()
optional uint64 node_stores = 50;
getNodeStores
in interface Protos.PerfStatisticsOrBuilder
public boolean hasNodeStoreMisses()
optional uint64 node_store_misses = 51;
hasNodeStoreMisses
in interface Protos.PerfStatisticsOrBuilder
public long getNodeStoreMisses()
optional uint64 node_store_misses = 51;
getNodeStoreMisses
in interface Protos.PerfStatisticsOrBuilder
public boolean hasNodePrefetches()
optional uint64 node_prefetches = 52;
hasNodePrefetches
in interface Protos.PerfStatisticsOrBuilder
public long getNodePrefetches()
optional uint64 node_prefetches = 52;
getNodePrefetches
in interface Protos.PerfStatisticsOrBuilder
public boolean hasNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53;
hasNodePrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public long getNodePrefetchMisses()
optional uint64 node_prefetch_misses = 53;
getNodePrefetchMisses
in interface Protos.PerfStatisticsOrBuilder
public final boolean isInitialized()
public void writeTo(com.google.protobuf.CodedOutputStream output) throws java.io.IOException
java.io.IOException
public int getSerializedSize()
public boolean equals(java.lang.Object obj)
public int hashCode()
public static Protos.PerfStatistics parseFrom(java.nio.ByteBuffer data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PerfStatistics parseFrom(java.nio.ByteBuffer data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PerfStatistics parseFrom(com.google.protobuf.ByteString data) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PerfStatistics parseFrom(com.google.protobuf.ByteString data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PerfStatistics parseFrom(byte[] data, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws com.google.protobuf.InvalidProtocolBufferException
com.google.protobuf.InvalidProtocolBufferException
public static Protos.PerfStatistics parseFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.PerfStatistics parseDelimitedFrom(java.io.InputStream input) throws java.io.IOException
java.io.IOException
public static Protos.PerfStatistics parseDelimitedFrom(java.io.InputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public static Protos.PerfStatistics parseFrom(com.google.protobuf.CodedInputStream input) throws java.io.IOException
java.io.IOException
public static Protos.PerfStatistics parseFrom(com.google.protobuf.CodedInputStream input, com.google.protobuf.ExtensionRegistryLite extensionRegistry) throws java.io.IOException
java.io.IOException
public Protos.PerfStatistics.Builder newBuilderForType()
public static Protos.PerfStatistics.Builder newBuilder()
public static Protos.PerfStatistics.Builder newBuilder(Protos.PerfStatistics prototype)
public Protos.PerfStatistics.Builder toBuilder()
protected Protos.PerfStatistics.Builder newBuilderForType(com.google.protobuf.GeneratedMessageV3.BuilderParent parent)
public static Protos.PerfStatistics getDefaultInstance()
public static <any> parser()
public <any> getParserForType()
public Protos.PerfStatistics getDefaultInstanceForType()