Home
last modified time | relevance | path

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

/tools/perf/util/
Dhist.c879 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
968 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
1022 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
1081 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
2363 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples() function
Dhist.h208 void hists__inc_nr_samples(struct hists *hists, bool filtered);
/tools/perf/
Dbuiltin-annotate.c268 hists__inc_nr_samples(hists, true); in evsel__add_sample()
Dbuiltin-c2c.c335 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
372 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
Dbuiltin-kvm.c764 hists__inc_nr_samples(&kvm_hists.hists, 0); in kvm_he_zalloc()