Home
last modified time | relevance | path

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

/tools/perf/util/
Ddb-export.h107 int db_export__call_return(struct db_export *dbe, struct call_return *cr);
Ddb-export.c491 int db_export__call_return(struct db_export *dbe, struct call_return *cr) in db_export__call_return() function
/tools/perf/util/scripting-engines/
Dtrace-event-python.c787 return db_export__call_return(dbe, cr); in python_process_call_return()