#include <drcovlib.h>
Data Fields | |
size_t | struct_size |
drcovlib_flags_t | flags |
const char * | logdir |
int | native_until_thread |
Specifies the options when initializing drcovlib.
drcovlib_flags_t _drcovlib_options_t::flags |
Sets options specified by the bitmask values described in drcovlib_flags_t.
const char* _drcovlib_options_t::logdir |
By default, log files are stored in the current directory. This option overrides that default.
int _drcovlib_options_t::native_until_thread |
This is an experimental option for running natively (i.e., not under DynamoRIO control) until the nth thread, where n is the value of this option, is created. This option only works under Windows.
size_t _drcovlib_options_t::struct_size |
Set this to the size of this structure.