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

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

Completed in 123 milliseconds