Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.h57 int (*export_call_path)(struct db_export *dbe, struct call_path *cp); member
H A Ddb-export.c498 if (dbe->export_call_path) in db_export__call_path()
499 return dbe->export_call_path(dbe, cp); in db_export__call_path()