Lines Matching refs:probe_finder
523 static int convert_variable(Dwarf_Die *vr_die, struct probe_finder *pf) in convert_variable()
553 static int find_variable(Dwarf_Die *sc_die, struct probe_finder *pf) in find_variable()
654 static int call_probe_finder(Dwarf_Die *sc_die, struct probe_finder *pf) in call_probe_finder()
750 static Dwarf_Die *find_best_scope(struct probe_finder *pf, Dwarf_Die *die_mem) in find_best_scope()
769 struct probe_finder *pf = data; in probe_point_line_walker()
790 static int find_probe_point_by_line(struct probe_finder *pf) in find_probe_point_by_line()
838 struct probe_finder *pf = data; in probe_point_lazy_walker()
866 static int find_probe_point_lazy(Dwarf_Die *sp_die, struct probe_finder *pf) in find_probe_point_lazy()
894 struct probe_finder *pf = data; in probe_point_inline_cb()
929 struct probe_finder *pf = param->data; in probe_point_search_cb()
976 static int find_probe_point_by_func(struct probe_finder *pf) in find_probe_point_by_func()
1018 struct probe_finder *pf) in debuginfo__find_probes()
1110 struct probe_finder *pf;
1122 struct probe_finder *pf = vf->pf; in copy_variables_cb()
1147 static int expand_probe_args(Dwarf_Die *sc_die, struct probe_finder *pf, in expand_probe_args()
1180 static int add_probe_trace_event(Dwarf_Die *sc_die, struct probe_finder *pf) in add_probe_trace_event()
1335 static int add_available_vars(Dwarf_Die *sc_die, struct probe_finder *pf) in add_available_vars()