Lines Matching defs:readNoGroupValue
1151 read_format_no_group readNoGroupValue;
1180 if (read(fditem.fd, &readNoGroupValue, sizeof(readNoGroupValue)) > 0) {
1181 countEvent->eventCount += readNoGroupValue.value;
1182 countEvent->timeEnabled += readNoGroupValue.timeEnabled;
1183 countEvent->timeRunning += readNoGroupValue.timeRunning;
1190 eventItem.configName.c_str(), readNoGroupValue.id, fditem.cpu, fditem.pid,
1191 readNoGroupValue.timeEnabled, readNoGroupValue.timeRunning, readNoGroupValue.value);
1193 if ((perCpu_ || perThread_) && readNoGroupValue.value) {
1194 countEvent->summaries.emplace_back(fditem.cpu, fditem.pid, readNoGroupValue.value,
1195 readNoGroupValue.timeEnabled, readNoGroupValue.timeRunning);