Home
last modified time | relevance | path

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

/linux-6.15/tools/perf/util/
H A Dbranch.h38 u64 branch_stack_cntr; member
H A Dsample.h116 u64 *branch_stack_cntr; member
H A Dmachine.c2151 u64 *branch_stack_cntr = sample->branch_stack_cntr; in sample__resolve_bstack() local
2161 if (branch_stack_cntr) in sample__resolve_bstack()
2162 bi[i].branch_stack_cntr = branch_stack_cntr[i]; in sample__resolve_bstack()
H A Dsession.c859 u64 *branch_stack_cntr = sample->branch_stack_cntr; in branch_stack__printf() local
902 if (branch_stack_cntr) { in branch_stack__printf()
909 printf("..... %2"PRIu64": %016" PRIx64 "\n", i, branch_stack_cntr[i]); in branch_stack__printf()
H A Dhist.c2777 bi[i].branch_stack_cntr); in hist__account_cycles()
H A Devsel.c3160 data->branch_stack_cntr = (u64 *)array; in evsel__parse_sample()
/linux-6.15/tools/perf/
H A Dbuiltin-script.c1376 if (PRINT_FIELD(BRCNTR) && sample->branch_stack_cntr) in perf_sample__fprintf_brstackinsn()
1377 br_cntr = sample->branch_stack_cntr[nr - 1]; in perf_sample__fprintf_brstackinsn()
1420 if (PRINT_FIELD(BRCNTR) && sample->branch_stack_cntr) in perf_sample__fprintf_brstackinsn()
1421 br_cntr = sample->branch_stack_cntr[i]; in perf_sample__fprintf_brstackinsn()