Searched refs:efs (Results 1 – 1 of 1) sorted by relevance
157 EventFs efs = {}; in EventFsParsing() local158 CHK(Read(reinterpret_cast<void*>(&efs), EVENT_FS_FIXED_SIZE)); in EventFsParsing()161 efs.args = std::vector<uint64_t>(args, args + ARGS_NUM); in EventFsParsing()162 CHK(Read(reinterpret_cast<void*>(&efs.comm), sizeof(efs.comm))); in EventFsParsing()163 uint64_t userIPs[efs.nrUserIPs]; in EventFsParsing()164 if (efs.nrUserIPs > 0) { in EventFsParsing()166 efs.userIPs = std::vector<uint64_t>(userIPs, userIPs + efs.nrUserIPs); in EventFsParsing()171 << " type: " << efs.tag << '\n' in EventFsParsing()172 << " len: " << efs.len << '\n' in EventFsParsing()173 << " pid: " << efs.pid << '\n' in EventFsParsing()[all …]