hist_entry_iter
static int hist_iter__branch_callback(struct hist_entry_iter *iter,
struct hist_entry_iter iter = {
struct hist_entry_iter iter = {
static int hist_iter__report_callback(struct hist_entry_iter *iter,
static int hist_iter__branch_callback(struct hist_entry_iter *iter,
struct hist_entry_iter iter = {
static int hist_iter__top_callback(struct hist_entry_iter *iter,
struct hist_entry_iter iter = {
struct hist_entry_iter iter = {
struct hist_entry_iter iter = {
struct hist_entry_iter iter = {
iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused,
iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
iter_finish_branch_entry(struct hist_entry_iter *iter,
iter_prepare_normal_entry(struct hist_entry_iter *iter __maybe_unused,
iter_add_single_normal_entry(struct hist_entry_iter *iter, struct addr_location *al)
iter_finish_normal_entry(struct hist_entry_iter *iter,
iter_prepare_cumulative_entry(struct hist_entry_iter *iter,
iter_add_single_cumulative_entry(struct hist_entry_iter *iter,
iter_next_cumulative_entry(struct hist_entry_iter *iter,
iter_add_next_cumulative_entry(struct hist_entry_iter *iter,
iter_finish_cumulative_entry(struct hist_entry_iter *iter,
int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,
iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,
iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al)
iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al)
iter_finish_mem_entry(struct hist_entry_iter *iter,
iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
struct hist_entry_iter;
int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
int (*finish_entry)(struct hist_entry_iter *, struct addr_location *);
int (*add_entry_cb)(struct hist_entry_iter *iter,
int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,