struct PcRecord
Defined at line 198 of file ../../zircon/system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/perf-mon.h
Record the aspace+pc values.
If the event id is not NONE, then this record also indicates that the
event reached its tick point, and is used instead of a tick record. This
record is overloaded to save space in trace buffer output.
It is expected that this record follows a TIME record.
This is used when doing gprof-like profiling.
The event's value is not included here as this is typically used when
the counter is its own trigger: the value is known from the sample rate.
Public Members
RecordHeader header
uint64_t aspace
uint64_t pc