#include "types.h"
Include dependency graph for tracesyms.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | add_to_trace_list (char *trace_symb) |
bool | is_on_trace_list (char *symb_name) |
|
Definition at line 109 of file tracesyms.c. References trace_entry::prev, safe_malloc(), and trace_entry::tracee. Referenced by get_args(). Here is the call graph for this function: |
|
Definition at line 136 of file tracesyms.c. References trace_entry::prev, and trace_entry::tracee. Referenced by trace_creation(). |