Home
last modified time | relevance | path

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

/Linux-v6.1/tools/perf/util/
Dhist.c870 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry()
957 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry()
1011 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry()
1066 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry()
2332 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples() function
Dhist.h204 void hists__inc_nr_samples(struct hists *hists, bool filtered);
/Linux-v6.1/tools/perf/
Dbuiltin-annotate.c260 hists__inc_nr_samples(hists, true); in evsel__add_sample()
Dbuiltin-c2c.c330 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
367 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()