Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.h54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type, member
H A Ddb-export.c288 if (dbe->export_branch_type) in db_export__branch_type()
289 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type()