Home
last modified time | relevance | path

Searched refs:callstacks_to_dump (Results 1 – 3 of 3) sorted by relevance

/external/perfetto/src/profiling/memory/
Dbookkeeping.cc167 dump_state->callstacks_to_dump.emplace(alloc.node); in Dump()
Dbookkeeping.h231 std::set<GlobalCallstackTrie::Node*> callstacks_to_dump; member
Dheapprofd_producer.cc562 for (GlobalCallstackTrie::Node* node : dump_state.callstacks_to_dump) { in Dump()