Searched refs:hists__inc_nr_samples (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/tools/perf/util/ |
| H A D | hist.c | 910 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 1019 hists__inc_nr_samples(hists, iter->he->filtered); in iter_finish_branch_entry() 1063 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1122 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 2450 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples() function
|
| H A D | hist.h | 389 void hists__inc_nr_samples(struct hists *hists, bool filtered);
|
| /linux-6.15/tools/perf/ |
| H A D | builtin-annotate.c | 280 hists__inc_nr_samples(hists, true); in evsel__add_sample()
|
| H A D | builtin-c2c.c | 336 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 373 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
|
| H A D | builtin-kvm.c | 703 hists__inc_nr_samples(&kvm_hists.hists, 0); in kvm_he_zalloc()
|