Class PerfSample

  • All Implemented Interfaces:
    java.io.Serializable

    public class PerfSample
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      PerfSample()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • sampleId

        public long sampleId
      • ip

        public long ip
      • pid

        public int pid
      • tid

        public int tid
      • time

        public long time
      • addr

        public long addr
      • cpu

        public int cpu
      • res

        public int res
      • period

        public long period
      • values

        public long[] values
      • callchain

        public long[] callchain
    • Constructor Detail

      • PerfSample

        public PerfSample()