ark::perf::PerfEventSampleList

Defined in header “ark/perf/perf_event_decoder.hh”.


A list of parsed out perf event samples, containing both the list of samples, and metadata (such as lost samples).

Variables

  • std::vector< PerfEventSample > samples
    All of the samples that were in the decoded buffer.

  • uint64_t lost_sample_count= 0
    The number of lost samples that were present in the original buffer. This is a sum of all samples that were ’lost’ due to the original recording machine not keeping up.