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<FrameData> frames;
Dunwinding_fuzzer.cc32 void PostAllocRecord(AllocRecord) override {} in PostAllocRecord() argument
/external/tensorflow/tensorflow/core/framework/
Dtracking_allocator.h45 struct AllocRecord { struct
46 AllocRecord(int64 a_btyes, int64 a_micros) in AllocRecord() argument
48 AllocRecord() : AllocRecord(0, 0) {} in AllocRecord() function
50 int64 alloc_bytes;
51 int64 alloc_micros;
/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h45 struct AllocRecord { struct
47 uint64 bytes;
52 string stack_trace;