brtype_stat 101 tools/perf/builtin-report.c struct branch_type_stat brtype_stat; brtype_stat 189 tools/perf/builtin-report.c branch_type_count(&rep->brtype_stat, &bi->flags, brtype_stat 519 tools/perf/builtin-report.c branch_type_stat_display(stdout, &rep->brtype_stat); brtype_stat 1311 tools/perf/builtin-report.c memset(&report.brtype_stat, 0, sizeof(struct branch_type_stat)); brtype_stat 597 tools/perf/util/callchain.c call->brtype_stat.branch_to = true; brtype_stat 605 tools/perf/util/callchain.c branch_type_count(&call->brtype_stat, brtype_stat 613 tools/perf/util/callchain.c call->brtype_stat.branch_to = false; brtype_stat 756 tools/perf/util/callchain.c cnode->brtype_stat.branch_to = true; brtype_stat 764 tools/perf/util/callchain.c branch_type_count(&cnode->brtype_stat, brtype_stat 772 tools/perf/util/callchain.c cnode->brtype_stat.branch_to = false; brtype_stat 1327 tools/perf/util/callchain.c struct branch_type_stat *brtype_stat) brtype_stat 1331 tools/perf/util/callchain.c printed = branch_type_str(brtype_stat, bf, bfsize); brtype_stat 1391 tools/perf/util/callchain.c struct branch_type_stat *brtype_stat) brtype_stat 1398 tools/perf/util/callchain.c if (brtype_stat->branch_to) { brtype_stat 1400 tools/perf/util/callchain.c predicted_count, abort_count, brtype_stat); brtype_stat 1418 tools/perf/util/callchain.c struct branch_type_stat *brtype_stat) brtype_stat 1424 tools/perf/util/callchain.c iter_count, iter_cycles, from_count, brtype_stat); brtype_stat 1451 tools/perf/util/callchain.c from_count, &clist->brtype_stat); brtype_stat 131 tools/perf/util/callchain.h struct branch_type_stat brtype_stat;