Home
last modified time | relevance | path

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

/external/perfetto/src/profiling/memory/
Dunwound_messages.h38 struct AllocRecord { struct
39 pid_t pid;
40 bool error = false;
41 bool reparsed_map = false;
42 uint64_t unwinding_time_us = 0;
43 uint64_t data_source_instance_id;
44 uint64_t timestamp;
45 AllocMetadata alloc_metadata;
46 std::vector<FrameData> frames;
Dunwinding_fuzzer.cc31 void PostAllocRecord(AllocRecord) override {} in PostAllocRecord() argument
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.h46 struct AllocRecord { struct
47 AllocRecord(int64 a_btyes, int64 a_micros) in AllocRecord() function
49 AllocRecord() : AllocRecord(0, 0) {} in AllocRecord() function
51 int64 alloc_bytes;
52 int64 alloc_micros;
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h44 struct AllocRecord { struct
46 uint64 bytes;
51 string stack_trace;