Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc71 StringId system_name_id = StringId::Null(); member
75 : name_id(n), system_name_id(s), filename_id(f) {} in Function()
78 return std::tie(name_id, system_name_id, filename_id) == in operator ==()
79 std::tie(other.name_id, other.system_name_id, other.filename_id); in operator ==()
122 hasher.Update(loc.system_name_id.raw_id()); in operator ()()
264 StringId system_name_id = StringId::Null(); member
269 : system_name_id(s), filename_id(f), line_no(line) {} in PreprocessedInline()
387 int64_t func_id = intern_function(line.system_name_id, in PreprocessLocations()
550 gfunction->set_system_name(ToStringTableId(func.system_name_id)); in WriteFunctions()