Home
last modified time | relevance | path

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

/aosp_15_r20/external/perfetto/src/traceconv/
H A Dpprof_reader.cc38 int64_t PprofProfileReader::get_string_index(const std::string& str) const { in get_string_index() function in perfetto::pprof::PprofProfileReader
61 const int64_t function_string_id = get_string_index(function_name); in find_location_id()
154 const int64_t value_name_string_index = get_string_index(value_name); in get_sample_value_index()
H A Dpprof_reader.h35 int64_t get_string_index(const std::string& str) const;