Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Dhist.c730 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
816 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
870 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
925 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
2133 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples() function
Dhist.h178 void hists__inc_nr_samples(struct hists *hists, bool filtered);
/Linux-v4.19/tools/perf/
Dbuiltin-annotate.c252 hists__inc_nr_samples(hists, true); in perf_evsel__add_sample()
Dbuiltin-c2c.c298 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
335 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()