GDB (xrefs)
|
#include "tracepoint.h"
Public Member Functions | |
VEC (char_ptr)*wholly_collected | |
VEC (char_ptr)*computed | |
Public Attributes | |
unsigned char | regs_mask [32] |
long | listsize |
long | next_memrange |
struct memrange * | list |
long | aexpr_listsize |
long | next_aexpr_elt |
struct agent_expr ** | aexpr_list |
int | strace_data |
Definition at line 335 of file tracepoint.h.
struct agent_expr** collection_list::aexpr_list |
Definition at line 346 of file tracepoint.h.
Referenced by add_aexpr(), clear_collection_list(), init_collection_list(), and stringify_collection_list().
Definition at line 344 of file tracepoint.h.
Referenced by add_aexpr(), and init_collection_list().
struct memrange* collection_list::list |
Definition at line 341 of file tracepoint.h.
Referenced by add_memrange(), clear_collection_list(), do_clear_collection_list(), init_collection_list(), memrange_sortmerge(), and stringify_collection_list().
Definition at line 339 of file tracepoint.h.
Referenced by add_memrange(), and init_collection_list().
Definition at line 345 of file tracepoint.h.
Referenced by add_aexpr(), clear_collection_list(), and stringify_collection_list().
Definition at line 340 of file tracepoint.h.
Referenced by add_memrange(), clear_collection_list(), memrange_sortmerge(), and stringify_collection_list().
unsigned char collection_list::regs_mask[32] |
Definition at line 338 of file tracepoint.h.
Referenced by add_register(), clear_collection_list(), and stringify_collection_list().
Definition at line 350 of file tracepoint.h.
Referenced by add_static_trace_data(), clear_collection_list(), and stringify_collection_list().