Lines Matching refs:br_cntr_nr
274 unsigned int br_cntr_nr) in symbol__find_branch_hist() argument
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()
336 unsigned int br_cntr_nr = evsel__leader(evsel)->br_cntr_nr; in symbol__account_br_cntr() local
347 for (i = 0; i < br_cntr_nr; i++) { in symbol__account_br_cntr()
510 unsigned int br_cntr_nr = evsel->evlist->nr_br_cntr; in annotation__compute_ipc() local
547 al->br_cntr = calloc(br_cntr_nr, sizeof(u64)); in annotation__compute_ipc()
554 al->br_cntr_nr = br_cntr_nr; in annotation__compute_ipc()
556 memcpy(al->br_cntr, ¬es->branch->br_cntr[offset * br_cntr_nr], in annotation__compute_ipc()
557 br_cntr_nr * sizeof(u64)); in annotation__compute_ipc()
1857 int annotation_br_cntr_entry(char **str, int br_cntr_nr, in annotation_br_cntr_entry() argument
1867 for (i = 0; i < br_cntr_nr; i++) { in annotation_br_cntr_entry()
1900 if ((i < br_cntr_nr - 1) && strbuf_addch(&sb, ',')) in annotation_br_cntr_entry()
1945 if (!verbose && strbuf_addch(&sb, br_cntr_nr ? '|' : ' ')) in annotation_br_cntr_entry()
2120 if (!annotation_br_cntr_entry(&buf, al->br_cntr_nr, al->br_cntr, in annotation_line__write()