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 94 of file stap-probe.c.
unsigned int stap_probe::args_parsed |
Definition at line 105 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 99 of file stap-probe.c.
Referenced by handle_stap_probe(), stap_can_evaluate_probe_arguments(), stap_gen_info_probes_table_values(), stap_parse_probe_arguments(), and stap_relocate().
Definition at line 103 of file stap-probe.c.
Referenced by handle_stap_probe(), stap_clear_semaphore(), stap_gen_info_probes_table_values(), stap_relocate(), and stap_set_semaphore().
const char* stap_probe::text |
Definition at line 108 of file stap-probe.c.
Referenced by handle_stap_probe(), and stap_parse_probe_arguments().