struct LastBranchRecord
Defined at line 240 of file ../../zircon/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/perf-mon.h
Record a set of last branches executed.
It is expected that this record follows a TIME record.
Note that this record is variable-length.
This is used when doing gprof-like profiling.
Public Members
RecordHeader header
uint32_t num_branches
uint64_t aspace
LastBranchEntry[32] branches
static const uint32_t kMaxNumLastBranch