Home
last modified time | relevance | path

Searched defs:AllocRecord (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dunwound_messages.h30 struct AllocRecord { struct
31 pid_t pid;
32 bool error = false;
33 bool reparsed_map = false;
34 uint64_t unwinding_time_us = 0;
35 uint64_t data_source_instance_id;
36 uint64_t timestamp;
37 AllocMetadata alloc_metadata;
38 std::vector<unwindstack::FrameData> frames;
39 std::vector<std::string> build_ids;
H A Dunwinding_fuzzer.cc34 std::unique_ptr<AllocRecord>) override {} in PostAllocRecord()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dtracking_allocator.h45 struct AllocRecord { struct
46 AllocRecord(int64_t a_btyes, int64_t a_micros) in AllocRecord() function
48 AllocRecord() : AllocRecord(0, 0) {} in AllocRecord() argument
50 int64_t alloc_bytes;
51 int64_t alloc_micros;
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/stream_executor/
H A Dstream_executor_pimpl.h48 struct AllocRecord { struct
50 uint64_t bytes;
55 std::string stack_trace;
/aosp_15_r20/art/runtime/gc/
H A Dallocation_record.h160 AllocRecord(size_t count, mirror::Class* klass, AllocRecordStackTrace&& trace) in AllocRecord() function