Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.c393 db_export__call_path(dbe, cp); in db_export__sample()
483 int db_export__call_path(struct db_export *dbe, struct call_path *cp) in db_export__call_path() function
491 err = db_export__call_path(dbe, cp->parent); in db_export__call_path()
509 err = db_export__call_path(dbe, cr->cp); in db_export__call_return()
H A Ddb-export.h104 int db_export__call_path(struct db_export *dbe, struct call_path *cp);