Home
last modified time | relevance | path

Searched refs:debuginfo__find_probe_point (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/tools/perf/util/
Dprobe-finder.h47 int debuginfo__find_probe_point(struct debuginfo *dbg, unsigned long addr,
Dprobe-event.c393 ret = debuginfo__find_probe_point(dinfo, (unsigned long)address, in find_alternative_probe_point()
605 ret = debuginfo__find_probe_point(dinfo, in find_perf_probe_point_from_dwarf()
Dprobe-finder.c1542 int debuginfo__find_probe_point(struct debuginfo *dbg, unsigned long addr, in debuginfo__find_probe_point() function