Home
last modified time | relevance | path

Searched refs:br_cntr (Results 1 – 6 of 6) sorted by relevance

/tools/perf/util/
A Dblock-info.c55 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()
A Dannotate.h123 u64 *br_cntr; member
342 u64 *br_cntr; member
422 u64 br_cntr);
584 int annotation_br_cntr_entry(char **str, int br_cntr_nr, u64 *br_cntr,
A Dannotate.c292 if (!branch->br_cntr) in symbol__find_branch_hist()
334 u64 br_cntr) in symbol__account_br_cntr() argument
360 u64 br_cntr) in symbol__account_cycles() argument
396 u64 br_cntr) in addr_map_symbol__account_cycles() argument
463 free(branch->br_cntr); in annotated_branch__delete()
546 if (!al->br_cntr) { in annotation__compute_ipc()
548 if (!al->br_cntr) { in annotation__compute_ipc()
556 memcpy(al->br_cntr, &notes->branch->br_cntr[offset * br_cntr_nr], in annotation__compute_ipc()
572 zfree(&al->br_cntr); in annotation__compute_ipc()
1867 if (!br_cntr[i]) { in annotation_br_cntr_entry()
[all …]
A Dblock-info.h22 u64 *br_cntr; member
A Ddisasm.c1021 zfree(&al->br_cntr); in annotation_line__exit()
/tools/perf/
A Dbuiltin-script.c1252 u64 br_cntr) in ip__fprintf_jump() argument
1286 num = (br_cntr >> (i++ * width)) & mask; in ip__fprintf_jump()
1366 u64 br_cntr = 0; in perf_sample__fprintf_brstackinsn() local
1379 br_cntr = sample->branch_stack_cntr[nr - 1]; in perf_sample__fprintf_brstackinsn()
1392 evsel, thread, br_cntr); in perf_sample__fprintf_brstackinsn()
1423 br_cntr = sample->branch_stack_cntr[i]; in perf_sample__fprintf_brstackinsn()
1425 &total_cycles, evsel, thread, br_cntr); in perf_sample__fprintf_brstackinsn()

Completed in 34 milliseconds