Home
last modified time | relevance | path

Searched defs:DumpState (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/memory/
Dbookkeeping.h205 struct DumpState { struct
206 DumpState(TraceWriter* tw, uint64_t* ni) : trace_writer(tw), next_index(ni) { in DumpState() argument
227 std::set<InternID> dumped_strings;
228 std::set<InternID> dumped_frames;
229 std::set<InternID> dumped_mappings;
231 std::set<GlobalCallstackTrie::Node*> callstacks_to_dump;
233 TraceWriter* trace_writer;
234 protos::pbzero::ProfilePacket* current_profile_packet;
235 TraceWriter::TracePacketHandle current_trace_packet;
236 uint64_t* next_index;
[all …]
/external/lua/src/
Dldump.c28 } DumpState; typedef
/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc2414 void ExecutorState::DumpState() { in DumpState() function in tensorflow::__anon675242740111::ExecutorState