Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/util/
H A Ddb-export.c140 if (dbe->export_comm_thread) in db_export__comm_thread()
141 return dbe->export_comm_thread(dbe, db_id, comm, thread); in db_export__comm_thread()
328 bool export_comm_thread = comm && !thread__db_id(thread); in db_export__threads() local
334 if (export_comm_thread) { in db_export__threads()
H A Ddb-export.h48 int (*export_comm_thread)(struct db_export *dbe, u64 db_id, member