Home
last modified time | relevance | path

Searched refs:record_ (Results 1 – 6 of 6) sorted by relevance

/external/perfetto/src/trace_processor/
Dtp_metatrace.h143 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
/external/perfetto/include/perfetto/ext/base/
Dmetatrace.h285 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;
/external/tensorflow/tensorflow/python/lib/io/
Dpy_record_reader.h53 string record() const { return record_; } in record()
66 tstring record_; variable
Dpy_record_reader.cc67 Status s = reader_->ReadRecord(&offset_, &record_); in GetNext()
/external/deqp/external/vulkancts/framework/vulkan/
DvkAllocationCallbackUtil.hpp208 AllocationCallbackViolation (const AllocationCallbackRecord& record_, Reason reason_) in AllocationCallbackViolation()
209 : record(record_) in AllocationCallbackViolation()
DvkAllocationCallbackUtil.cpp341 AllocationSlot (const AllocationCallbackRecord& record_, bool isLive_) in AllocationSlot()
342 : record (record_) in AllocationSlot()