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.py344 def get_string_id(self, str_value): member in PprofProfileGenerator
364 sample_type.type = self.get_string_id('event_' + name + '_samples')
365 sample_type.unit = self.get_string_id('count')
367 sample_type.type = self.get_string_id('event_' + name + '_count')
368 sample_type.unit = self.get_string_id('count')
394 filename_id = self.get_string_id(filename)
398 build_id_id = self.get_string_id(build_id)
416 function = Function(self.get_string_id(name), self.get_string_id(dso_name), vaddr_in_file)
492 function.source_filename_id = self.get_string_id(source_file)
498 function.source_filename_id = self.get_string_id(source_file)