Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.h46 int (*export_comm)(struct db_export *dbe, struct comm *comm, member
H A Ddb-export.c87 if (dbe->export_comm) in __db_export__comm()
88 return dbe->export_comm(dbe, comm, thread); in __db_export__comm()