Home
last modified time | relevance | path

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

/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc161 uint64_t ToPprofId(int64_t id) { in ToPprofId() function
459 packed_locs.Append(ToPprofId(*it)); in AddSample()
504 glocation->set_id(ToPprofId(id)); in WriteLocations()
505 glocation->set_mapping_id(ToPprofId(loc.mapping_id)); in WriteLocations()
512 gline->set_function_id(ToPprofId(line.function_id)); in WriteLocations()
519 ToPprofId(loc.single_function_id)); in WriteLocations()
548 gfunction->set_id(ToPprofId(id)); in WriteFunctions()
579 gmapping->set_id(ToPprofId(id)); in WriteMappings()