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_t a_btyes, int64_t a_micros) in AllocRecord() function
48 AllocRecord() : AllocRecord(0, 0) {} in AllocRecord() function
50 int64_t alloc_bytes;
51 int64_t alloc_micros;
/external/tensorflow/tensorflow/compiler/xla/stream_executor/
Dstream_executor_pimpl.h48 struct AllocRecord { struct
50 uint64_t bytes;
55 std::string stack_trace;