Home
last modified time | relevance | path

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

/linux-4.4.14/tools/perf/util/
Ddb-export.c198 if (dbe->export_comm_thread) in db_export__comm_thread()
199 return dbe->export_comm_thread(dbe, db_id, comm, thread); in db_export__comm_thread()
Ddb-export.h54 int (*export_comm_thread)(struct db_export *dbe, u64 db_id, member