Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.h102 int db_export__branch_types(struct db_export *dbe);
H A Ddb-export.c448 int db_export__branch_types(struct db_export *dbe) in db_export__branch_types() function
/openbmc/linux/tools/perf/util/scripting-engines/
H A Dtrace-event-python.c1963 err = db_export__branch_types(&tables->dbe); in python_start_script()