Struct dll_tlm_t¶
Telemetry attachment: a borrowed context + this object's probe ids. NULL ctx (the default) means detached — every probe site is then a single predicted-not-taken branch per code epoch. Zeroed in state blobs and preserved across set_state (the hand-written triplet treats it like the borrowed code ).
#include <dll_core.h>
Public Attributes¶
| Type | Name |
|---|---|
| dp_tlm_t * | ctx |
| int32_t | id_e |
| int32_t | id_lock |
| int32_t | id_locked |
| int32_t | id_rate |
Public Attributes Documentation¶
variable ctx¶
NULL = detached
variable id_e¶
"<prefix>.e" — E-L discriminator
variable id_lock¶
"<prefix>.lock" — CFAR lock statistic R
variable id_locked¶
"<prefix>.locked" — lockdet decision 0/1
variable id_rate¶
"<prefix>.rate" — tracked code rate
The documentation for this class was generated from the following file native/inc/dll/dll_core.h