Home
last modified time | relevance | path

Searched refs:dinfo (Results 1 – 2 of 2) sorted by relevance

/tools/perf/util/
Dprobe-event.c362 static int find_alternative_probe_point(struct debuginfo *dinfo, in find_alternative_probe_point() argument
395 ret = debuginfo__find_probe_point(dinfo, (unsigned long)address, in find_alternative_probe_point()
412 static int get_alternative_probe_event(struct debuginfo *dinfo, in get_alternative_probe_event() argument
420 ret = find_alternative_probe_point(dinfo, tmp, &pev->point, in get_alternative_probe_event()
428 static int get_alternative_line_range(struct debuginfo *dinfo, in get_alternative_line_range() argument
442 ret = find_alternative_probe_point(dinfo, &pp, &result, in get_alternative_line_range()
570 struct debuginfo *dinfo = NULL; in find_perf_probe_point_from_dwarf() local
597 dinfo = debuginfo_cache__open(tp->module, verbose == 0); in find_perf_probe_point_from_dwarf()
598 if (dinfo) in find_perf_probe_point_from_dwarf()
599 ret = debuginfo__find_probe_point(dinfo, in find_perf_probe_point_from_dwarf()
[all …]
Dprobe-finder.c122 struct debuginfo *dinfo = NULL; in debuginfo__new() local
130 !dinfo && *type != DSO_BINARY_TYPE__NOT_FOUND; in debuginfo__new()
135 dinfo = __debuginfo__new(buf); in debuginfo__new()
141 return dinfo ? : __debuginfo__new(path); in debuginfo__new()