Home
last modified time | relevance | path

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

/linux-4.1.27/tools/perf/util/
Dhist.c548 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
633 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
688 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
744 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
1288 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples() function
Dhist.h135 void hists__inc_nr_samples(struct hists *hists, bool filtered);
/linux-4.1.27/tools/perf/
Dbuiltin-annotate.c75 hists__inc_nr_samples(hists, true); in perf_evsel__add_sample()