Home
last modified time | relevance | path

Searched defs:ignored_types (Results 1 – 1 of 1) sorted by relevance

/aosp12/art/perfetto_hprof/
H A Dperfetto_hprof.cc223 std::vector<std::string> ignored_types() { return ignored_types_; } in ignored_types() function in perfetto_hprof::JavaHprofDataSource
497 bool IsIgnored(const std::vector<std::string>& ignored_types, in IsIgnored()
606 std::vector<std::string> ignored_types; in DumpPerfetto() local