Home
last modified time | relevance | path

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

/Linux-v4.19/tools/perf/util/
Ddb-export.h66 int (*export_call_return)(struct db_export *dbe, member
Ddb-export.c503 if (dbe->export_call_return) in db_export__call_return()
504 return dbe->export_call_return(dbe, cr); in db_export__call_return()