Searched refs:hist_entry_iter__add (Results 1 – 7 of 7) sorted by relevance
/tools/perf/tests/ |
D | hists_filter.c | 88 if (hist_entry_iter__add(&iter, &al, in add_hist_entries()
|
D | hists_cumulate.c | 109 if (hist_entry_iter__add(&iter, &al, PERF_MAX_STACK_DEPTH, in add_hist_entries()
|
D | hists_output.c | 75 if (hist_entry_iter__add(&iter, &al, PERF_MAX_STACK_DEPTH, in add_hist_entries()
|
/tools/perf/util/ |
D | hist.h | 119 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
D | hist.c | 876 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add() function
|
/tools/perf/ |
D | builtin-report.c | 185 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
|
D | builtin-top.c | 807 err = hist_entry_iter__add(&iter, &al, top->max_stack, top); in perf_event__process_sample()
|