Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dpprof_proto_generator.py359 def get_string_id(self, str_value): member in PprofProfileGenerator
379 sample_type.type = self.get_string_id('event_' + name + '_samples')
380 sample_type.unit = self.get_string_id('count')
382 sample_type.type = self.get_string_id('event_' + name + '_count')
383 sample_type.unit = self.get_string_id('count')
409 filename_id = self.get_string_id(filename)
410 build_id_id = self.get_string_id(build_id)
458 function = Function(self.get_string_id(name), self.get_string_id(dso_name), vaddr_in_file)
537 function.source_filename_id = self.get_string_id(source_file)
543 function.source_filename_id = self.get_string_id(source_file)