Searched refs:dinfo (Results 1 – 2 of 2) sorted by relevance
/tools/perf/util/ |
D | probe-event.c | 352 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point() argument 386 ret = debuginfo__find_probe_point(dinfo, (unsigned long)address, in find_alternative_probe_point() 403 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event() argument 411 ret = find_alternative_probe_point(dinfo, tmp, &pev->point, pev->target, in get_alternative_probe_event() 419 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range() argument 433 ret = find_alternative_probe_point(dinfo, &pp, &result, in get_alternative_line_range() 572 struct debuginfo *dinfo = NULL; in find_perf_probe_point_from_dwarf() local 599 dinfo = debuginfo_cache__open(tp->module, verbose <= 0); in find_perf_probe_point_from_dwarf() 600 if (dinfo) in find_perf_probe_point_from_dwarf() 601 ret = debuginfo__find_probe_point(dinfo, in find_perf_probe_point_from_dwarf() [all …]
|
D | probe-finder.c | 112 struct debuginfo *dinfo = NULL; in debuginfo__new() local 120 !dinfo && *type != DSO_BINARY_TYPE__NOT_FOUND; in debuginfo__new() 125 dinfo = __debuginfo__new(buf); in debuginfo__new() 131 return dinfo ? : __debuginfo__new(path); in debuginfo__new()
|