|
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 232 of file tracepoint.h.
| collection_list::VEC | ( | char_ptr | ) |
| collection_list::VEC | ( | char_ptr | ) |
| struct agent_expr** collection_list::aexpr_list |
Definition at line 243 of file tracepoint.h.
Referenced by add_aexpr(), clear_collection_list(), init_collection_list(), and stringify_collection_list().
| long collection_list::aexpr_listsize |
Definition at line 241 of file tracepoint.h.
Referenced by add_aexpr(), and init_collection_list().
| struct memrange* collection_list::list |
Definition at line 238 of file tracepoint.h.
Referenced by add_memrange(), clear_collection_list(), do_clear_collection_list(), init_collection_list(), memrange_sortmerge(), and stringify_collection_list().
| long collection_list::listsize |
Definition at line 236 of file tracepoint.h.
Referenced by add_memrange(), and init_collection_list().
| long collection_list::next_aexpr_elt |
Definition at line 242 of file tracepoint.h.
Referenced by add_aexpr(), clear_collection_list(), and stringify_collection_list().
| long collection_list::next_memrange |
Definition at line 237 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 235 of file tracepoint.h.
Referenced by add_register(), clear_collection_list(), and stringify_collection_list().
| int collection_list::strace_data |
Definition at line 247 of file tracepoint.h.
Referenced by add_static_trace_data(), clear_collection_list(), and stringify_collection_list().
1.8.10