|
DR_EXPORT void | dynamorio::drmemtrace::drmemtrace_client_main (client_id_t id, int argc, const char *argv[]) |
|
DR_EXPORT drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_replace_file_ops (drmemtrace_open_file_func_t open_file_func, drmemtrace_read_file_func_t read_file_func, drmemtrace_write_file_func_t write_file_func, drmemtrace_close_file_func_t close_file_func, drmemtrace_create_dir_func_t create_dir_func) |
|
DR_EXPORT drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_buffer_handoff (drmemtrace_handoff_func_t handoff_func, drmemtrace_exit_func_t exit_func, void *exit_func_arg) |
|
DR_EXPORT drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_replace_file_ops_ex (drmemtrace_replace_file_ops_t *ops) |
|
DR_EXPORT drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_get_output_path (DR_PARAM_OUT const char **path) |
|
DR_EXPORT drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_get_modlist_path (DR_PARAM_OUT const char **path) |
|
DR_EXPORT drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_get_funclist_path (DR_PARAM_OUT const char **path) |
|
DR_EXPORT drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_get_encoding_path (DR_PARAM_OUT const char **path) |
|
DR_EXPORT drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_custom_module_data (void *(*load_cb)(module_data_t *module, int seg_idx), int(*print_cb)(void *data, char *dst, size_t max_len), void(*free_cb)(void *data)) |
|
drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_filter_threads (bool(*should_trace_thread_cb)(thread_id_t tid, void *user_data), void *user_value) |
|
DR_EXPORT drmemtrace_status_t | dynamorio::drmemtrace::drmemtrace_get_timestamp_from_offline_trace (const void *trace, size_t trace_size, DR_PARAM_OUT uint64 *timestamp) |
|
Header for customizing the DrMemtrace tracer.