Searched refs:db_export__branch_type (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/perf/util/ |
| H A D | db-export.c | 285 int db_export__branch_type(struct db_export *dbe, u32 branch_type, in db_export__branch_type() function 457 err = db_export__branch_type(dbe, branch_types[i].branch_type, in db_export__branch_types() 474 err = db_export__branch_type(dbe, type | PERF_IP_FLAG_TRACE_BEGIN, buf); in db_export__branch_types() 479 err = db_export__branch_type(dbe, type | PERF_IP_FLAG_TRACE_END, buf); in db_export__branch_types()
|
| H A D | db-export.h | 96 int db_export__branch_type(struct db_export *dbe, u32 branch_type,
|