Lines Matching refs:stap_probe_ops
51 static const struct probe_ops stap_probe_ops; variable
998 gdb_assert (probe_generic->pops == &stap_probe_ops); in stap_get_probe_argument_count()
1062 gdb_assert (probe_generic->pops == &stap_probe_ops); in stap_evaluate_probe_argument()
1079 gdb_assert (probe_generic->pops == &stap_probe_ops); in stap_compile_to_ax()
1098 gdb_assert (probe_generic->pops == &stap_probe_ops); in stap_probe_destroy()
1249 gdb_assert (probe_generic->pops == &stap_probe_ops); in stap_set_semaphore()
1261 gdb_assert (probe_generic->pops == &stap_probe_ops); in stap_clear_semaphore()
1302 ret->p.pops = &stap_probe_ops; in handle_stap_probe()
1460 gdb_assert (probe_generic->pops == &stap_probe_ops); in stap_relocate()
1494 gdb_assert (probe_generic->pops == &stap_probe_ops); in stap_gen_info_probes_table_values()
1506 static const struct probe_ops stap_probe_ops = variable
1526 info_probes_for_ops (arg, from_tty, &stap_probe_ops); in info_probes_stap_command()
1534 VEC_safe_push (probe_ops_cp, all_probe_ops, &stap_probe_ops); in _initialize_stap_probe()