Home
last modified time | relevance | path

Searched refs:DumpState (Results 1 – 10 of 10) sorted by relevance

/external/perfetto/src/profiling/memory/
Dbookkeeping_dump.h39 class DumpState {
41 DumpState( in DumpState() function
54 DumpState(const DumpState&) = delete;
55 DumpState& operator=(const DumpState&) = delete;
56 DumpState(DumpState&&) = delete;
57 DumpState& operator=(DumpState&&) = delete;
Dbookkeeping_dump.cc30 void DumpState::WriteMap(const Interned<Mapping> map) { in WriteMap()
34 void DumpState::WriteFrame(Interned<Frame> frame) { in WriteFrame()
38 void DumpState::WriteBuildIDString(const Interned<std::string>& str) { in WriteBuildIDString()
42 void DumpState::WriteMappingPathString(const Interned<std::string>& str) { in WriteMappingPathString()
46 void DumpState::WriteFunctionNameString(const Interned<std::string>& str) { in WriteFunctionNameString()
50 void DumpState::WriteAllocation(const HeapTracker::CallstackAllocations& alloc, in WriteAllocation()
71 void DumpState::DumpCallstacks(GlobalCallstackTrie* callsites) { in DumpCallstacks()
88 ProfilePacket::ProcessHeapSamples* DumpState::GetCurrentProcessHeapSamples() { in GetCurrentProcessHeapSamples()
104 protos::pbzero::InternedData* DumpState::GetCurrentInternedData() { in GetCurrentInternedData()
Dheapprofd_producer.cc736 DumpState dump_state(data_source->trace_writer.get(), in DumpProcessState()
/external/lua/src/
Dldump.c28 } DumpState; typedef
40 static void dumpBlock (DumpState *D, const void *b, size_t size) { in dumpBlock()
52 static void dumpByte (DumpState *D, int y) { in dumpByte()
61 static void dumpSize (DumpState *D, size_t x) { in dumpSize()
73 static void dumpInt (DumpState *D, int x) { in dumpInt()
78 static void dumpNumber (DumpState *D, lua_Number x) { in dumpNumber()
83 static void dumpInteger (DumpState *D, lua_Integer x) { in dumpInteger()
88 static void dumpString (DumpState *D, const TString *s) { in dumpString()
100 static void dumpCode (DumpState *D, const Proto *f) { in dumpCode()
106 static void dumpFunction(DumpState *D, const Proto *f, TString *psource);
[all …]
/external/rust/crates/grpcio-sys/grpc/third_party/re2/re2/
Ddfa.cc227 static std::string DumpState(State* state);
509 std::string DFA::DumpState(State* state) { in DumpState() function in re2::DFA
743 fprintf(stderr, " -cached-> %s\n", DumpState(*it).c_str()); in CachedState()
774 fprintf(stderr, " -> %s\n", DumpState(s).c_str()); in CachedState()
1345 fprintf(stderr, "@stx: %s\n", DumpState(s).c_str()); in InlinedSearchLoop()
1351 fprintf(stderr, "match @stx! [%s]\n", DumpState(s).c_str()); in InlinedSearchLoop()
1368 fprintf(stderr, "@%td: %s\n", p - bp, DumpState(s).c_str()); in InlinedSearchLoop()
1468 fprintf(stderr, "match @%td! [%s]\n", lastmatch - bp, DumpState(s).c_str()); in InlinedSearchLoop()
1487 fprintf(stderr, "@etx: %s\n", DumpState(s).c_str()); in InlinedSearchLoop()
1535 fprintf(stderr, "match @etx! [%s]\n", DumpState(s).c_str()); in InlinedSearchLoop()
[all …]
/external/tensorflow/tensorflow/core/common_runtime/
Dsimple_propagator_state.h137 void DumpState();
Dsimple_propagator_state.cc106 void SimplePropagatorState::DumpState() { in DumpState() function in tensorflow::SimplePropagatorState
Dpropagator_state.h454 void DumpState();
Dpropagator_state.cc219 void PropagatorState::DumpState() { in DumpState() function in tensorflow::PropagatorState
Dexecutor.cc1238 propagator_.DumpState(); in Finish()