Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
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;
Dunwinding_fuzzer.cc34 std::unique_ptr<AllocRecord>) override {} in PostAllocRecord()
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.h45 struct AllocRecord { struct
46 AllocRecord(int64 a_btyes, int64 a_micros) in AllocRecord() function
48 AllocRecord() : AllocRecord(0, 0) {} in AllocRecord() argument
50 int64 alloc_bytes;
51 int64 alloc_micros;
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h46 struct AllocRecord { struct
48 uint64 bytes;
53 std::string stack_trace;