Home
last modified time | relevance | path

Searched refs:branch_stack_cntr (Results 1 – 7 of 7) sorted by relevance

/linux/tools/perf/util/
H A Dbranch.h37 u64 branch_stack_cntr; member
H A Dsample.h116 u64 *branch_stack_cntr; member
H A Dmachine.c2147 u64 *branch_stack_cntr = sample->branch_stack_cntr; in sample__resolve_bstack() local
2157 if (branch_stack_cntr) in sample__resolve_bstack()
2158 bi[i].branch_stack_cntr = branch_stack_cntr[i]; in sample__resolve_bstack()
H A Dsession.c858 u64 *branch_stack_cntr = sample->branch_stack_cntr; in branch_stack__printf() local
901 if (branch_stack_cntr) { in branch_stack__printf()
908 printf("..... %2"PRIu64": %016" PRIx64 "\n", i, branch_stack_cntr[i]); in branch_stack__printf()
H A Dhist.c2715 bi[i].branch_stack_cntr); in hist__account_cycles()
H A Devsel.c2888 data->branch_stack_cntr = (u64 *)array; in evsel__parse_sample()
/linux/tools/perf/
H A Dbuiltin-script.c1348 if (PRINT_FIELD(BRCNTR) && sample->branch_stack_cntr) in perf_sample__fprintf_brstackinsn()
1349 br_cntr = sample->branch_stack_cntr[nr - 1]; in perf_sample__fprintf_brstackinsn()
1392 if (PRINT_FIELD(BRCNTR) && sample->branch_stack_cntr) in perf_sample__fprintf_brstackinsn()
1393 br_cntr = sample->branch_stack_cntr[i]; in perf_sample__fprintf_brstackinsn()