Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dprobe-finder.h71 Dwarf_CFI *cfi_eh; member
H A Dprobe-finder.c619 (pf->cfi_eh != NULL || pf->cfi_dbg != NULL)) { in call_probe_finder()
620 if ((dwarf_cfi_addrframe(pf->cfi_eh, pf->addr, &frame) != 0 && in call_probe_finder()
1141 if (pf->cfi_eh || pf->cfi_dbg) in debuginfo__find_probes()
1160 pf->cfi_eh = dwarf_getcfi_elf(elf); in debuginfo__find_probes()
1410 dwarf_cfi_end(tf.pf.cfi_eh); in debuginfo__find_trace_events()