GDB (xrefs)
|
Public Attributes | |
struct probe | p |
CORE_ADDR | sem_addr |
unsigned int | args_parsed: 1 |
union { | |
const char * text | |
} | args_u |
Definition at line 101 of file stap-probe.c.
unsigned int stap_probe::args_parsed |
Definition at line 113 of file stap-probe.c.
Referenced by handle_stap_probe(), stap_get_arg(), stap_get_probe_argument_count(), stap_parse_probe_arguments(), and stap_probe_destroy().
union { ... } stap_probe::args_u |
struct probe stap_probe::p |
Definition at line 106 of file stap-probe.c.
Referenced by handle_stap_probe(), stap_can_evaluate_probe_arguments(), stap_gen_info_probes_table_values(), and stap_parse_probe_arguments().
CORE_ADDR stap_probe::sem_addr |
Definition at line 110 of file stap-probe.c.
Referenced by handle_stap_probe(), stap_clear_semaphore(), stap_gen_info_probes_table_values(), and stap_set_semaphore().
const char* stap_probe::text |
Definition at line 117 of file stap-probe.c.
Referenced by handle_stap_probe(), and stap_parse_probe_arguments().