Searched refs:hist_entry_iter__add (Results 1 – 9 of 9) sorted by relevance
| /Linux-v6.1/tools/perf/tests/ |
| D | hists_filter.c | 85 if (hist_entry_iter__add(&iter, &al, in add_hist_entries()
|
| D | hists_cumulate.c | 108 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
|
| D | hists_output.c | 74 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
|
| /Linux-v6.1/tools/perf/ |
| D | builtin-annotate.c | 212 return hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
|
| D | builtin-report.c | 321 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
|
| D | builtin-top.c | 842 if (hist_entry_iter__add(&iter, &al, top->max_stack, top) < 0) in perf_event__process_sample()
|
| D | builtin-diff.c | 437 if (hist_entry_iter__add(&iter, &al, PERF_MAX_STACK_DEPTH, in diff__process_sample_event()
|
| /Linux-v6.1/tools/perf/util/ |
| D | hist.h | 169 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
| D | hist.c | 1205 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add() function
|