export_comm_thread  140 tools/perf/util/db-export.c 	if (dbe->export_comm_thread)
export_comm_thread  141 tools/perf/util/db-export.c 		return dbe->export_comm_thread(dbe, db_id, comm, thread);
export_comm_thread  324 tools/perf/util/db-export.c 		bool export_comm_thread = comm && !thread->db_id;
export_comm_thread  330 tools/perf/util/db-export.c 		if (export_comm_thread) {
export_comm_thread   48 tools/perf/util/db-export.h 	int (*export_comm_thread)(struct db_export *dbe, u64 db_id,