Home
last modified time | relevance | path

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

/Linux-v5.10/tools/perf/util/
Ddb-export.c421 } branch_types[] = { variable
448 for (i = 0; branch_types[i].name ; i++) { in db_export__branch_types()
449 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types()
450 branch_types[i].name); in db_export__branch_types()
456 for (i = 0; branch_types[i].name ; i++) { in db_export__branch_types()
457 const char *name = branch_types[i].name; in db_export__branch_types()
458 u32 type = branch_types[i].branch_type; in db_export__branch_types()