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_prev
is the timestamp of the last memory access. - timed_
write_ native - tracing_
read_ native - Reads register value at
ptr
from memory and records the previous timestamp. Reads are only done from address space NATIVE_AS. - tracing_
read_ or_ imm_ native - Reads value at
_ptr
from 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, vals
into memory and records the previous timestamp and data. Writes are only done to address space NATIVE_AS. - tracing_
write_ native_ inplace - Writes
ptr, vals
into memory and records the previous timestamp and data.