Symbol: hist_entry_iter
tools/perf/builtin-annotate.c
171
static int hist_iter__branch_callback(struct hist_entry_iter *iter,
tools/perf/builtin-annotate.c
198
struct hist_entry_iter iter = {
tools/perf/builtin-diff.c
399
struct hist_entry_iter iter = {
tools/perf/builtin-report.c
168
static int hist_iter__report_callback(struct hist_entry_iter *iter,
tools/perf/builtin-report.c
209
static int hist_iter__branch_callback(struct hist_entry_iter *iter,
tools/perf/builtin-report.c
271
struct hist_entry_iter iter = {
tools/perf/builtin-top.c
729
static int hist_iter__top_callback(struct hist_entry_iter *iter,
tools/perf/builtin-top.c
834
struct hist_entry_iter iter = {
tools/perf/tests/hists_cumulate.c
89
struct hist_entry_iter iter = {
tools/perf/tests/hists_filter.c
65
struct hist_entry_iter iter = {
tools/perf/tests/hists_output.c
59
struct hist_entry_iter iter = {
tools/perf/util/hist.c
1008
iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused,
tools/perf/util/hist.c
1015
iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
1036
iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
1078
iter_finish_branch_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1097
iter_prepare_normal_entry(struct hist_entry_iter *iter __maybe_unused,
tools/perf/util/hist.c
1104
iter_add_single_normal_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
1120
iter_finish_normal_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1138
iter_prepare_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1165
iter_add_single_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1197
iter_next_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1224
iter_add_next_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1292
iter_finish_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1335
int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
tools/perf/util/hist.c
906
iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,
tools/perf/util/hist.c
913
iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,
tools/perf/util/hist.c
920
iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
934
iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
968
iter_finish_mem_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
991
iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.h
145
struct hist_entry_iter;
tools/perf/util/hist.h
148
int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
tools/perf/util/hist.h
149
int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
tools/perf/util/hist.h
150
int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
tools/perf/util/hist.h
151
int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
tools/perf/util/hist.h
152
int (*finish_entry)(struct hist_entry_iter *, struct addr_location *);
tools/perf/util/hist.h
169
int (*add_entry_cb)(struct hist_entry_iter *iter,
tools/perf/util/hist.h
367
int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,