--- title: "/clients/include/drmemtrace/func_view_create.h File Reference" layout: default permalink: /func__view__create_8h.html ---
DynamoRIO
|
DrMemtrace func_view trace analysis tool creation. More...
#include "analysis_tool.h"
Functions | |
analysis_tool_t * | func_view_tool_create (const std::string &funclist_file_path, bool full_trace, unsigned int verbose=0) |
DrMemtrace func_view trace analysis tool creation.
analysis_tool_t* func_view_tool_create | ( | const std::string & | funclist_file_path, |
bool | full_trace, | ||
unsigned int | verbose = 0 |
||
) |
Creates an analysis tool which prints out statistics on function calls and returns for functions enabled by the -record_heap or -record_function options when tracing. If 'full_trace' is true, every call is printed with its arguments and return value. Otherwise, only a summary is shown.