Searched defs:DmaMemInfo (Results 1 – 2 of 2) sorted by relevance
119 struct DmaMemInfo { struct120 std::string name;121 int32_t pid;122 int32_t fd;123 uint64_t size;124 int32_t ino;125 int32_t expPid;126 std::string exp_task_comm;127 std::string buf_name;128 std::string exp_name;
491 ProtoReader::DmaInfo_Reader DmaMemInfo(i->ToBytes().data_, i->ToBytes().size_); in ParseDmaMemInfo() local