Home
last modified time | relevance | path

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

/linux-6.12.1/tools/perf/util/
Dprobe-finder.h35 int debuginfo__find_probe_point(struct debuginfo *dbg, u64 addr,
Dprobe-event.c428 ret = debuginfo__find_probe_point(dinfo, address, result); in find_alternative_probe_point()
689 ret = debuginfo__find_probe_point(dinfo, addr, pp); in find_perf_probe_point_from_dwarf()
Dprobe-finder.c1561 int debuginfo__find_probe_point(struct debuginfo *dbg, u64 addr, in debuginfo__find_probe_point() function