branch_types      421 tools/perf/util/db-export.c } branch_types[] = {
branch_types      448 tools/perf/util/db-export.c 	for (i = 0; branch_types[i].name ; i++) {
branch_types      449 tools/perf/util/db-export.c 		err = db_export__branch_type(dbe, branch_types[i].branch_type,
branch_types      450 tools/perf/util/db-export.c 					     branch_types[i].name);
branch_types      456 tools/perf/util/db-export.c 	for (i = 0; branch_types[i].name ; i++) {
branch_types      457 tools/perf/util/db-export.c 		const char *name = branch_types[i].name;
branch_types      458 tools/perf/util/db-export.c 		u32 type = branch_types[i].branch_type;