Home | History | Annotate | Download | only in cygprofile

Lines Matching refs:entries

229 void ThreadLog::Flush(std::vector<LogEntry>* entries) const {
230 flush_callback_.Run(entries);
233 void ThreadLog::FlushInternal(std::vector<LogEntry>* entries) const {
244 for (std::vector<LogEntry>::const_iterator it = entries->begin();
245 it != entries->end(); ++it) {
250 STLClearObject(entries);
301 std::vector<LogEntry> entries;
334 thread_log->TakeEntries(&logs.back().entries);
339 if (!it->entries.empty())
340 it->thread_log->Flush(&it->entries);