Searched refs:hist_entry_iter__add (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/tests/ |
H A D | hists_filter.c | 85 if (hist_entry_iter__add(&iter, &al, in add_hist_entries()
|
H A D | hists_cumulate.c | 108 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
|
H A D | hists_output.c | 74 if (hist_entry_iter__add(&iter, &al, sysctl_perf_event_max_stack, in add_hist_entries()
|
/kernel/linux/linux-6.6/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()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 206 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
|
H A D | builtin-report.c | 306 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
|
H A D | builtin-diff.c | 437 if (hist_entry_iter__add(&iter, &al, PERF_MAX_STACK_DEPTH, in diff__process_sample_event()
|
H A D | builtin-top.c | 844 err = hist_entry_iter__add(&iter, &al, top->max_stack, top); in perf_event__process_sample()
|
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.h | 159 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al,
|
H A D | hist.c | 1194 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add() function
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 217 ret = hist_entry_iter__add(&iter, &a, PERF_MAX_STACK_DEPTH, ann); in process_branch_callback()
|
H A D | builtin-diff.c | 439 if (hist_entry_iter__add(&iter, &al, PERF_MAX_STACK_DEPTH, in diff__process_sample_event()
|
H A D | builtin-report.c | 332 ret = hist_entry_iter__add(&iter, &al, rep->max_stack, rep); in process_sample_event()
|
H A D | builtin-top.c | 846 if (hist_entry_iter__add(&iter, &al, top->max_stack, top) < 0) in perf_event__process_sample()
|
/kernel/linux/linux-6.6/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 | 1223 int hist_entry_iter__add(struct hist_entry_iter *iter, struct addr_location *al, in hist_entry_iter__add() function
|
Completed in 31 milliseconds