Searched refs:br_cntr (Results 1 – 6 of 6) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | block-info.c | 55 bi->br_cntr = calloc(br_cntr_nr, sizeof(u64)); in block_info__new() 56 if (!bi->br_cntr) { in block_info__new() 68 free(bi->br_cntr); in block_info__delete() 106 u64 *br_cntr, struct evsel *evsel) in init_block_info() argument 120 if (br_cntr && br_cntr_nr) { in init_block_info() 122 memcpy(bi->br_cntr, &br_cntr[offset * br_cntr_nr], in init_block_info() 159 notes->branch->br_cntr, in block_info__process_sym() 366 if (annotation_br_cntr_entry(&buf, bi->br_cntr_nr, bi->br_cntr, in block_branch_counter_entry()
|
| H A D | annotate.c | 290 if (br_cntr_nr && branch->br_cntr == NULL) { in symbol__find_branch_hist() 291 branch->br_cntr = calloc(br_cntr_nr * size, sizeof(u64)); in symbol__find_branch_hist() 292 if (!branch->br_cntr) in symbol__find_branch_hist() 334 u64 br_cntr) in symbol__account_br_cntr() argument 339 u64 *branch_br_cntr = branch->br_cntr; in symbol__account_br_cntr() 342 if (!br_cntr || !branch_br_cntr) in symbol__account_br_cntr() 348 u64 cntr = (br_cntr >> i * width) & mask; in symbol__account_br_cntr() 360 u64 br_cntr) in symbol__account_cycles() argument 389 return symbol__account_br_cntr(branch, evsel, offset, br_cntr); in symbol__account_cycles() 396 u64 br_cntr) in addr_map_symbol__account_cycles() argument [all …]
|
| H A D | annotate.h | 123 u64 *br_cntr; member 354 u64 *br_cntr; member 434 u64 br_cntr); 585 int annotation_br_cntr_entry(char **str, int br_cntr_nr, u64 *br_cntr,
|
| H A D | block-info.h | 22 u64 *br_cntr; member
|
| H A D | disasm.c | 1025 zfree(&al->br_cntr); in annotation_line__exit()
|
| /linux/tools/perf/ |
| H A D | builtin-script.c | 1244 u64 br_cntr) in ip__fprintf_jump() argument 1278 num = (br_cntr >> (i++ * width)) & mask; in ip__fprintf_jump() 1358 u64 br_cntr = 0; in perf_sample__fprintf_brstackinsn() local 1371 br_cntr = sample->branch_stack_cntr[nr - 1]; in perf_sample__fprintf_brstackinsn() 1384 evsel, thread, br_cntr); in perf_sample__fprintf_brstackinsn() 1415 br_cntr = sample->branch_stack_cntr[i]; in perf_sample__fprintf_brstackinsn() 1417 &total_cycles, evsel, thread, br_cntr); in perf_sample__fprintf_brstackinsn()
|