Home
last modified time | relevance | path

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

/linux/tools/perf/util/
H A Ddb-export.h53 int (*export_branch_type)(struct db_export *dbe, u32 branch_type,
54 int (*export_branch_type)(struct db_export *dbe, u32 branch_type, global() member
H A Ddb-export.c286 if (dbe->export_branch_type) in db_export__branch_type()
287 return dbe->export_branch_type(dbe, branch_type, name); in db_export__branch_type()