Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/tests/
Dhists_filter.c85 if (hist_entry_iter__add(&iter, &al, in add_hist_entries()
Dhists_cumulate.c108 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
Dhists_output.c74 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
/linux-5.19.10/tools/perf/
Dbuiltin-annotate.c210 return hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
Dbuiltin-report.c319 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
Dbuiltin-top.c841 if (hist_entry_iter__add(&iter, &al, top->max_stack, top) < 0) in perf_event__process_sample()
Dbuiltin-diff.c437 if (hist_entry_iter__add(&iter, &al, PERF_MAX_STACK_DEPTH, in diff__process_sample_event()
/linux-5.19.10/tools/perf/util/
Dhist.h168 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
Dhist.c1204 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add() function