Home
last modified time | relevance | path

Searched refs:hist_entry_iter__add (Results 1 – 9 of 9) sorted by relevance

/openbmc/linux/tools/perf/tests/
H A Dhists_filter.c87 if (hist_entry_iter__add(&iter, &al, in add_hist_entries()
H A Dhists_cumulate.c109 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
H A Dhists_output.c75 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
/openbmc/linux/tools/perf/util/
H A Dhist.h173 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
H A Dhist.c1223 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add() function
/openbmc/linux/tools/perf/
H A Dbuiltin-annotate.c216 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
H A Dbuiltin-report.c331 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
H A Dbuiltin-top.c846 if (hist_entry_iter__add(&iter, &al, top->max_stack, top) < 0) in perf_event__process_sample()
H A Dbuiltin-diff.c439 if (hist_entry_iter__add(&iter, &al, PERF_MAX_STACK_DEPTH, in diff__process_sample_event()