Searched refs:record_ (Results 1 – 6 of 6) sorted by relevance
143 if (PERFETTO_LIKELY(!record_)) in ~ScopedEvent()148 record_->duration_ns = static_cast<uint32_t>(now - record_->timestamp_ns); in ~ScopedEvent()152 record_ = value.record_; in ScopedEvent()154 value.record_ = nullptr; in ScopedEvent()165 std::tie(event.record_idx_, event.record_) =167 args_fn(event.record_);177 Record* record_ = nullptr; variable
285 record_ = RingBuffer::AppendNewRecord(); in ScopedEvent()286 record_->thread_id = static_cast<uint32_t>(base::GetThreadId()); in ScopedEvent()287 record_->set_timestamp(TraceTimeNowNs()); in ScopedEvent()291 if (PERFETTO_LIKELY(!record_)) in ~ScopedEvent()294 record_->duration_ns = static_cast<uint32_t>(now - record_->timestamp_ns()); in ~ScopedEvent()295 record_->type_and_id.store(Record::kTypeEvent | event_id_, in ~ScopedEvent()300 Record* record_ = nullptr;
53 string record() const { return record_; } in record()66 tstring record_; variable
67 Status s = reader_->ReadRecord(&offset_, &record_); in GetNext()
208 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_) in AllocationCallbackViolation()209 : record(record_) in AllocationCallbackViolation()
341 AllocationSlot (const AllocationCallbackRecord& record_, bool isLive_) in AllocationSlot()342 : record (record_) in AllocationSlot()