#include <memref.h>
Data Fields | |
trace_type_t | type |
memref_pid_t | pid |
memref_tid_t | tid |
addr_t | addr |
size_t | size |
addr_t | pc |
A trace entry representing a software-requested explicit cache flush.
addr_t _memref_flush_t::addr |
The start address of the region being flushed.
addr_t _memref_flush_t::pc |
Program counter of the instruction requesting the flush.
memref_pid_t _memref_flush_t::pid |
Process id.
size_t _memref_flush_t::size |
The size of the region being flushed.
memref_tid_t _memref_flush_t::tid |
Thread id.
trace_type_t _memref_flush_t::type |