Home
last modified time | relevance | path

Searched refs:WriteCallstack (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/perfetto/src/profiling/common/
H A Dinterning_output.h49 void WriteCallstack(GlobalCallstackTrie::Node* node,
H A Dinterning_output.cc147 void InterningOutputTracker::WriteCallstack(GlobalCallstackTrie::Node* node, in WriteCallstack() function in perfetto::profiling::InterningOutputTracker
/aosp_15_r20/external/perfetto/src/profiling/memory/
H A Dbookkeeping_dump.cc83 intern_state_->WriteCallstack(node, callsites, GetCurrentInternedData()); in DumpCallstacks()
/aosp_15_r20/external/perfetto/src/profiling/perf/
H A Dperf_producer.cc972 ds.interning_output.WriteCallstack(callstack_root, &callstack_trie_, in EmitSample()