Home
last modified time | relevance | path

Searched refs:unwind_entry (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Ddwarf-unwind.c74 static int unwind_entry(struct unwind_entry *entry, void *arg) in unwind_entry() function
125 err = unwind__get_entries(unwind_entry, &cnt, thread, in test_dwarf_unwind__thread()
/openbmc/linux/tools/perf/util/
H A Dunwind.h13 struct unwind_entry { struct
18 typedef int (*unwind_entry_cb_t)(struct unwind_entry *entry, void *arg); argument
H A Dunwind-libdw.h24 struct unwind_entry entries[];
H A Darm64-frame-pointer-unwind-support.c23 static int add_entry(struct unwind_entry *entry, void *arg) in add_entry()
H A Dunwind-libdw.c126 struct unwind_entry *e = &ui->entries[ui->idx++]; in entry()
H A Dunwind-libunwind-local.c643 struct unwind_entry e; in entry()
H A Dmachine.c3132 static int unwind_entry(struct unwind_entry *entry, void *arg) in unwind_entry() function
3172 return unwind__get_entries(unwind_entry, cursor, in thread__resolve_callchain_unwind()