Searched refs:functions_to_dump (Results 1 – 1 of 1) sorted by relevance
175 std::set<uint64_t> functions_to_dump; in DumpProfilePacket() local185 functions_to_dump.emplace(frame.function_name_id()); in DumpProfilePacket()189 for (uint64_t function_name_id : functions_to_dump) { in DumpProfilePacket()