Home
last modified time | relevance | path

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

/external/perf_data_converter/src/
Dbuilder.cc130 std::unordered_set<uint64> function_ids; in CheckValid() local
134 const bool insert_successful = function_ids.insert(id).second; in CheckValid()
159 if (function_id != 0 && function_ids.count(function_id) == 0) { in CheckValid()