Home
last modified time | relevance | path

Searched refs:debuginfo__get_text_offset (Results 1 – 4 of 4) sorted by relevance

/linux-6.14.4/tools/perf/util/
Ddebuginfo.h25 int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs,
45 static inline int debuginfo__get_text_offset(struct debuginfo *dbg __maybe_unused, in debuginfo__get_text_offset() function
Ddebuginfo.c142 int debuginfo__get_text_offset(struct debuginfo *dbg, Dwarf_Addr *offs, in debuginfo__get_text_offset() function
Dprobe-finder.c1584 if (debuginfo__get_text_offset(dbg, &baseaddr, false) == 0) in debuginfo__find_probe_point()
Dprobe-event.c814 if (!map || debuginfo__get_text_offset(dinfo, &text_offs, true) < 0) { in post_process_module_probe_trace_events()