Searched refs:hists__inc_nr_samples (Results 1 - 9 of 9) sorted by relevance
/kernel/linux/linux-5.10/tools/perf/util/ |
H A D | hist.c | 859 hists__inc_nr_samples(hists, he->filtered); in iter_finish_mem_entry() 946 hists__inc_nr_samples(hists, he->filtered); in iter_add_next_branch_entry() 1000 hists__inc_nr_samples(evsel__hists(evsel), he->filtered); in iter_finish_normal_entry() 1055 hists__inc_nr_samples(hists, he->filtered); in iter_add_single_cumulative_entry() 2316 void hists__inc_nr_samples(struct hists *hists, bool filtered) in hists__inc_nr_samples() function
|
H A D | hist.h | 194 void hists__inc_nr_samples(struct hists *hists, bool filtered);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | hist.c | 879 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
|
H A D | hist.h | 208 void hists__inc_nr_samples(struct hists *hists, bool filtered);
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-annotate.c | 255 hists__inc_nr_samples(hists, true); in evsel__add_sample()
|
H A D | builtin-c2c.c | 311 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event() 348 hists__inc_nr_samples(&c2c_hists->hists, he->filtered); in process_sample_event()
|
/kernel/linux/linux-6.6/tools/perf/ |
H A D | builtin-annotate.c | 269 hists__inc_nr_samples(hists, true); in evsel__add_sample()
|
H A D | builtin-c2c.c | 335 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()
|
H A D | builtin-kvm.c | 764 hists__inc_nr_samples(&kvm_hists.hists, 0); in kvm_he_zalloc()
|
Completed in 22 milliseconds