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

/external/linux-tools-perf/util/
H A Dprobe-finder.h51 struct probe_finder { struct
55 int (*callback)(Dwarf_Die *sp_die, struct probe_finder *pf);
75 struct probe_finder pf;
82 struct probe_finder pf;
H A Dprobe-finder.c1112 static int convert_variable(Dwarf_Die *vr_die, struct probe_finder *pf)
1140 static int find_variable(Dwarf_Die *sp_die, struct probe_finder *pf)
1245 /* Call probe_finder callback with real subprogram DIE */
1246 static int call_probe_finder(Dwarf_Die *sp_die, struct probe_finder *pf)
1294 struct probe_finder *pf = data;
1308 static int find_probe_point_by_line(struct probe_finder *pf)
1354 struct probe_finder *pf = data;
1374 static int find_probe_point_lazy(Dwarf_Die *sp_die, struct probe_finder *pf)
1398 struct probe_finder *pf = param->data;
1429 struct probe_finder *p
[all...]

Completed in 34 milliseconds