Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.c285 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() function
453 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types()
470 err = db_export__branch_type(dbe, type | PERF_IP_FLAG_TRACE_BEGIN, buf); in db_export__branch_types()
475 err = db_export__branch_type(dbe, type | PERF_IP_FLAG_TRACE_END, buf); in db_export__branch_types()
H A Ddb-export.h96 int db_export__branch_type(struct db_export *dbe, u32 branch_type,