Home
last modified time | relevance | path

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

/linux-6.1.9/tools/perf/util/
Ddb-export.h58 int (*export_call_return)(struct db_export *dbe, member
Ddb-export.c516 if (dbe->export_call_return) in db_export__call_return()
517 return dbe->export_call_return(dbe, cr); in db_export__call_return()