Searched refs:probe_finder (Results 1 - 2 of 2) sorted by relevance

/linux-master/tools/perf/util/
H A Dprobe-finder.h50 struct probe_finder { struct
55 int (*callback)(Dwarf_Die *sc_die, struct probe_finder *pf);
80 struct probe_finder pf;
88 struct probe_finder pf;
H A Dprobe-finder.c447 static int convert_variable(Dwarf_Die *vr_die, struct probe_finder *pf)
478 static int find_variable(Dwarf_Die *sc_die, struct probe_finder *pf)
573 /* Call probe_finder callback with scope DIE */
574 static int call_probe_finder(Dwarf_Die *sc_die, struct probe_finder *pf)
683 static Dwarf_Die *find_best_scope(struct probe_finder *pf, Dwarf_Die *die_mem)
704 static int verify_representive_line(struct probe_finder *pf, const char *fname,
740 struct probe_finder *pf = data;
764 static int find_probe_point_by_line(struct probe_finder *pf)
812 struct probe_finder *pf = data;
840 static int find_probe_point_lazy(Dwarf_Die *sp_die, struct probe_finder *p
[all...]

Completed in 69 milliseconds