Functionsยง
- memory_
read_ native - memory_
read_ native_ from_ state - memory_
read_ or_ imm_ native - memory_
read_ or_ imm_ native_ from_ state - memory_
write_ native - memory_
write_ native_ from_ state - timed_
read_ native - Atomic read operation which increments the timestamp by 1.
Returns
(t_prev, [ptr:BLOCK_SIZE]_4)wheret_previs the timestamp of the last memory access. - timed_
write_ native - tracing_
read_ native - Reads register value at
ptrfrom memory and records the previous timestamp. Reads are only done from address space NATIVE_AS. - tracing_
read_ or_ imm_ native - Reads value at
_ptrfrom memory and records the previous timestamp. If the read is an immediate, the previous timestamp will be set tou32::MAX. - tracing_
write_ native - Writes
ptr, valsinto memory and records the previous timestamp and data. Writes are only done to address space NATIVE_AS. - tracing_
write_ native_ inplace - Writes
ptr, valsinto memory and records the previous timestamp and data.