Home
last modified time | relevance | path

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

/external/perfetto/tools/protoprofile/
Dmain.cc97 int InternLocation(const std::string& str);
150 int SizeProfileComputer::InternLocation(const std::string& s) { in InternLocation() function in perfetto::protoprofile::__anonc3fe7d5d0111::SizeProfileComputer
175 info.locations[i] = InternLocation(stack_[i]); in Sample()
/external/perfetto/tools/trace_to_text/
Dpprof_builder.cc209 int64_t InternLocation(Location loc) { in InternLocation() function in perfetto::trace_to_text::__anonb9473e550211::LocationTracker
400 int64_t loc_id = tracker.InternLocation(std::move(loc)); in PreprocessLocations()