Home
last modified time | relevance | path

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

/external/perf_data_converter/src/quipper/
Dperf_parser.cc378 std::map<string, string> new_buildids; in FillInDsoBuildIds() local
392 new_buildids[dso_info.name] = dso_info.build_id; in FillInDsoBuildIds()
397 if (new_buildids.empty()) return true; in FillInDsoBuildIds()
398 return reader_->InjectBuildIDs(new_buildids); in FillInDsoBuildIds()