Symbol: hist_entry_iter
tools/perf/builtin-annotate.c
172
static int hist_iter__branch_callback(struct hist_entry_iter *iter,
tools/perf/builtin-annotate.c
201
struct hist_entry_iter iter = {
tools/perf/builtin-diff.c
399
struct hist_entry_iter iter = {
tools/perf/builtin-report.c
166
static int hist_iter__report_callback(struct hist_entry_iter *iter,
tools/perf/builtin-report.c
208
static int hist_iter__branch_callback(struct hist_entry_iter *iter,
tools/perf/builtin-report.c
277
struct hist_entry_iter iter = {
tools/perf/builtin-top.c
728
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
1005
iter_add_single_branch_entry(struct hist_entry_iter *iter __maybe_unused,
tools/perf/util/hist.c
1012
iter_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
1033
iter_add_next_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
1075
iter_finish_branch_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1094
iter_prepare_normal_entry(struct hist_entry_iter *iter __maybe_unused,
tools/perf/util/hist.c
1101
iter_add_single_normal_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
1117
iter_finish_normal_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1135
iter_prepare_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1162
iter_add_single_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1194
iter_next_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1221
iter_add_next_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1289
iter_finish_cumulative_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
1332
int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
tools/perf/util/hist.c
903
iter_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,
tools/perf/util/hist.c
910
iter_add_next_nop_entry(struct hist_entry_iter *iter __maybe_unused,
tools/perf/util/hist.c
917
iter_prepare_mem_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
931
iter_add_single_mem_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.c
965
iter_finish_mem_entry(struct hist_entry_iter *iter,
tools/perf/util/hist.c
988
iter_prepare_branch_entry(struct hist_entry_iter *iter, struct addr_location *al)
tools/perf/util/hist.h
144
struct hist_entry_iter;
tools/perf/util/hist.h
147
int (*prepare_entry)(struct hist_entry_iter *, struct addr_location *);
tools/perf/util/hist.h
148
int (*add_single_entry)(struct hist_entry_iter *, struct addr_location *);
tools/perf/util/hist.h
149
int (*next_entry)(struct hist_entry_iter *, struct addr_location *);
tools/perf/util/hist.h
150
int (*add_next_entry)(struct hist_entry_iter *, struct addr_location *);
tools/perf/util/hist.h
151
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,