Searched refs:hist_entry_iter__add (Results 1 – 8 of 8) sorted by relevance
/Linux-v4.19/tools/perf/tests/ |
D | hists_filter.c | 86 if (hist_entry_iter__add(&iter, &al, in add_hist_entries()
|
D | hists_cumulate.c | 107 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
|
D | hists_output.c | 73 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
|
/Linux-v4.19/tools/perf/ |
D | builtin-annotate.c | 201 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
|
D | builtin-report.c | 282 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
|
D | builtin-top.c | 793 err = hist_entry_iter__add(&iter, &al, top->max_stack, top); in perf_event__process_sample()
|
/Linux-v4.19/tools/perf/util/ |
D | hist.h | 147 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
D | hist.c | 1040 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add() function
|