Searched refs:hists__inc_nr_samples (Results 1 – 5 of 5) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | hist.c | 976 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 1085 hists__inc_nr_samples(hists, iter->he->filtered); in iter_finish_branch_entry() 1129 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1188 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 2524 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples() function
|
| H A D | hist.h | 403 void hists__inc_nr_samples(struct hists *hists, bool filtered);
|
| /linux/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 | 308 hists__inc_nr_samples(evsel_hists, he->filtered); in perf_c2c__evsel_hists_inc_stats() 370 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 416 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
|
| H A D | builtin-kvm.c | 704 hists__inc_nr_samples(&kvm_hists.hists, 0); in kvm_he_zalloc()
|