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

  /external/linux-tools-perf/perf-3.12.0/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 600 static int convert_variable(Dwarf_Die *vr_die, struct probe_finder *pf)
628 static int find_variable(Dwarf_Die *sc_die, struct probe_finder *pf)
734 /* Call probe_finder callback with scope DIE */
735 static int call_probe_finder(Dwarf_Die *sc_die, struct probe_finder *pf)
825 static Dwarf_Die *find_best_scope(struct probe_finder *pf, Dwarf_Die *die_mem)
844 struct probe_finder *pf = data;
865 static int find_probe_point_by_line(struct probe_finder *pf)
911 struct probe_finder *pf = data;
939 static int find_probe_point_lazy(Dwarf_Die *sp_die, struct probe_finder *pf)
956 struct probe_finder *pf = data
    [all...]

Completed in 162 milliseconds