Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dtrace_to_profile.cc175 std::set<uint64_t> functions_to_dump; in DumpProfilePacket() local
185 functions_to_dump.emplace(frame.function_name_id()); in DumpProfilePacket()
189 for (uint64_t function_name_id : functions_to_dump) { in DumpProfilePacket()