HomeSort by relevance Sort by last modified time
    Searched refs:probe_finder (Results 1 - 2 of 2) sorted by null

  /external/linux-tools-perf/src/tools/perf/util/
probe-finder.h 56 struct probe_finder { struct
60 int (*callback)(Dwarf_Die *sc_die, struct probe_finder *pf);
80 struct probe_finder pf;
88 struct probe_finder pf;
probe-finder.c 579 static int convert_variable(Dwarf_Die *vr_die, struct probe_finder *pf)
607 static int find_variable(Dwarf_Die *sc_die, struct probe_finder *pf)
713 /* Call probe_finder callback with scope DIE */
714 static int call_probe_finder(Dwarf_Die *sc_die, struct probe_finder *pf)
804 static Dwarf_Die *find_best_scope(struct probe_finder *pf, Dwarf_Die *die_mem)
823 struct probe_finder *pf = data;
844 static int find_probe_point_by_line(struct probe_finder *pf)
890 struct probe_finder *pf = data;
918 static int find_probe_point_lazy(Dwarf_Die *sp_die, struct probe_finder *pf)
935 struct probe_finder *pf = data
    [all...]

Completed in 558 milliseconds