Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/
Dbuiltin-annotate.c161 hist__account_cycles(sample->branch_stack, al, sample, false); in hist_iter__branch_callback()
Dbuiltin-report.c135 hist__account_cycles(sample->branch_stack, al, sample, in hist_iter__report_callback()
180 hist__account_cycles(sample->branch_stack, al, sample, in hist_iter__branch_callback()
Dbuiltin-top.c690 hist__account_cycles(iter->sample->branch_stack, al, iter->sample, in hist_iter__top_callback()
/Linux-v4.19/tools/perf/util/
Dhist.h488 void hist__account_cycles(struct branch_stack *bs, struct addr_location *al,
Dhist.c2410 void hist__account_cycles(struct branch_stack *bs, struct addr_location *al, in hist__account_cycles() function