DynamoRIO
|
_drwrap_stats_t Struct Reference
#include <drwrap.h>
Data Fields | |
size_t | size |
atomic_int_t | flush_count |
Detailed Description
Contains statistics retrievable by drwrap_get_stats().
Field Documentation
◆ flush_count
atomic_int_t _drwrap_stats_t::flush_count |
The total number of code cache flushes. These occur due to return points already existing in the cache; replacing existing instrumentation; and removing wrap or replace instrumentation.
◆ size
size_t _drwrap_stats_t::size |
The size of this structure. Set this to sizeof(drwrap_stats_t).
The documentation for this struct was generated from the following file:
- /home/runner/work/dynamorio/dynamorio/ext/drwrap/drwrap.h