Home
last modified time | relevance | path

Searched refs:hists__inc_nr_samples (Results 1 – 5 of 5) sorted by relevance

/linux/tools/perf/util/
H A Dhist.c976 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 Dhist.h403 void hists__inc_nr_samples(struct hists *hists, bool filtered);
/linux/tools/perf/
H A Dbuiltin-annotate.c280 hists__inc_nr_samples(hists, true); in evsel__add_sample()
H A Dbuiltin-c2c.c308 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 Dbuiltin-kvm.c704 hists__inc_nr_samples(&kvm_hists.hists, 0); in kvm_he_zalloc()