unwind_entry
err = unwind__get_entries(unwind_entry, &cnt, thread,
static int unwind_entry(struct unwind_entry *entry, void *arg)
static int add_entry(struct unwind_entry *entry, void *arg)
static int unwind_entry(struct unwind_entry *entry, void *arg)
return unwind__get_entries(unwind_entry, cursor,
struct unwind_entry *e = &ui->entries[ui->idx++];
struct unwind_entry entries[];
struct unwind_entry e;
typedef int (*unwind_entry_cb_t)(struct unwind_entry *entry, void *arg);