Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc99 int64_t single_function_id = 0; // interned Function id member
106 single_function_id(func), in Location()
110 return std::tie(mapping_id, single_function_id, inlined_functions) == in operator ==()
111 std::tie(other.mapping_id, other.single_function_id, in operator ==()
133 hasher.Update(loc.single_function_id); in operator ()()
397 loc.single_function_id = func_id; in PreprocessLocations()
516 seen_functions->insert(loc.single_function_id); in WriteLocations()
519 ToPprofId(loc.single_function_id)); in WriteLocations()