Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Dannotate.h407 int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample,
H A Dannotate.c586 int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample, in hist_entry__inc_addr_samples() function
/linux/tools/perf/
H A Dbuiltin-report.c193 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
197 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
199 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
H A Dbuiltin-annotate.c278 ret = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in evsel__add_sample()
H A Dbuiltin-top.c217 err = hist_entry__inc_addr_samples(he, sample, evsel, ip); in perf_top__record_precise_ip()