Lines Matching defs:countEvent
1172 auto countEvent = make_unique<CountEvent>(CountEvent {});
1173 countEvents_[configName] = std::move(countEvent);
1177 const std::unique_ptr<CountEvent> &countEvent = countEvents_[configName];
1181 countEvent->eventCount += readNoGroupValue.value;
1182 countEvent->timeEnabled += readNoGroupValue.timeEnabled;
1183 countEvent->timeRunning += readNoGroupValue.timeRunning;
1184 countEvent->id = groupId;
1186 countEvent->usedCpus = (countEvent->eventCount / 1e9) / (durationInSec / THOUSANDS);
1194 countEvent->summaries.emplace_back(fditem.cpu, fditem.pid, readNoGroupValue.value,