Home
last modified time | relevance | path

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

/linux-5.19.10/tools/perf/util/
Ddb-export.c417 } branch_types[] = { variable
446 for (i = 0; branch_types[i].name ; i++) { in db_export__branch_types()
447 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types()
448 branch_types[i].name); in db_export__branch_types()
454 for (i = 0; branch_types[i].name ; i++) { in db_export__branch_types()
455 const char *name = branch_types[i].name; in db_export__branch_types()
456 u32 type = branch_types[i].branch_type; in db_export__branch_types()