Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Dprobe-finder.h49 int debuginfo__find_probe_point(struct debuginfo *dbg, u64 addr,
Dprobe-event.c406 ret = debuginfo__find_probe_point(dinfo, address, result); in find_alternative_probe_point()
667 ret = debuginfo__find_probe_point(dinfo, addr, pp); in find_perf_probe_point_from_dwarf()
Dprobe-finder.c1710 int debuginfo__find_probe_point(struct debuginfo *dbg, u64 addr, in debuginfo__find_probe_point() function