Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/profiling/symbolizer/
H A Dlocal_symbolizer.h56 class LocalBinaryIndexer : public BinaryFinder {
58 explicit LocalBinaryIndexer(std::vector<std::string> roots);
62 ~LocalBinaryIndexer() override;
H A Dlocal_symbolizer.cc56 finder.reset(new LocalBinaryIndexer(std::move(binary_path))); in LocalSymbolizerOrDie()
638 LocalBinaryIndexer::LocalBinaryIndexer(std::vector<std::string> roots) in LocalBinaryIndexer() function in perfetto::profiling::LocalBinaryIndexer
641 std::optional<FoundBinary> LocalBinaryIndexer::FindBinary( in FindBinary()
652 LocalBinaryIndexer::~LocalBinaryIndexer() = default;
H A Dlocal_symbolizer_unittest.cc117 LocalBinaryIndexer indexer({tmp.path() + "/dir1", tmp.path() + "/dir2"}); in TEST()
164 LocalBinaryIndexer indexer({tmp.AbsolutePath("sym")}); in TEST()
198 LocalBinaryIndexer indexer({tmp.AbsolutePath("main")}); in TEST()