Searched defs:ignored_types (Results 1 – 1 of 1) sorted by relevance
223 std::vector<std::string> ignored_types() { return ignored_types_; } in ignored_types() function in perfetto_hprof::JavaHprofDataSource497 bool IsIgnored(const std::vector<std::string>& ignored_types, in IsIgnored()606 std::vector<std::string> ignored_types; in DumpPerfetto() local