Searched refs:get_static_ops (Results 1 – 5 of 5) sorted by relevance
91 if (spops != &any_static_probe_ops && p->get_static_ops () != spops) in parse_probes_in_pspace()310 if (spops != &any_static_probe_ops && p->get_static_ops () != spops) in collect_probes()372 if (probe.prob->get_static_ops () != spops) in gen_ui_out_table_header_info()420 = probe->get_static_ops ()->gen_info_probes_table_header (); in print_ui_out_info()455 if (probe.prob->get_static_ops () == spops) in exists_probe_with_spops()535 const char *probe_type = probe.prob->get_static_ops ()->type_name (); in info_probes_for_spops()568 const char *probe_type = probe.prob->get_static_ops ()->type_name (); in info_probes_for_spops()583 if (probe.prob->get_static_ops () == po) in info_probes_for_spops()633 if (probe.prob->get_static_ops ()->can_enable ()) in enable_probes_command()668 if (probe.prob->get_static_ops ()->can_enable ()) in disable_probes_command()
170 virtual const static_probe_ops *get_static_ops () const = 0;
140 const static_probe_ops *get_static_ops () const override;738 dtrace_probe::get_static_ops () const in get_static_ops() function
170 const static_probe_ops *get_static_ops () const override;1532 stap_probe::get_static_ops () const in get_static_ops() function
2067 (dtrace_probe::get_static_ops): New method.2129 (stap_probe::get_static_ops): New method.