Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Dannotate.h363 int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample,
H A Dannotate.c1189 int hist_entry__inc_addr_samples(struct hist_entry *he, struct perf_sample *sample, in hist_entry__inc_addr_samples() function
/openbmc/linux/tools/perf/
H A Dbuiltin-report.c190 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
194 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
196 err = hist_entry__inc_addr_samples(he, sample, evsel, al->addr); in hist_iter__report_callback()
H A Dbuiltin-annotate.c267 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()