Searched refs:hist_entry_iter__add (Results 1 – 9 of 9) sorted by relevance
/openbmc/linux/tools/perf/tests/ |
H A D | hists_filter.c | 87 if (hist_entry_iter__add(&iter, &al, in add_hist_entries()
|
H A D | hists_cumulate.c | 109 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
|
H A D | hists_output.c | 75 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
|
/openbmc/linux/tools/perf/util/ |
H A D | hist.h | 173 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
H A D | hist.c | 1228 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 D | builtin-annotate.c | 216 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
|
H A D | builtin-report.c | 331 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
|
H A D | builtin-top.c | 845 if (hist_entry_iter__add(&iter, &al, top->max_stack, top) < 0) in perf_event__process_sample()
|
H A D | builtin-diff.c | 439 if (hist_entry_iter__add(&iter, &al, PERF_MAX_STACK_DEPTH, in diff__process_sample_event()
|