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.py351 def get_string_id(self, str): member in PprofProfileGenerator
371 sample_type.type = self.get_string_id('event_' + name + '_samples')
372 sample_type.unit = self.get_string_id('count')
374 sample_type.type = self.get_string_id('event_' + name + '_count')
375 sample_type.unit = self.get_string_id('count')
398 filename_id = self.get_string_id(filename)
402 build_id_id = self.get_string_id(build_id)
420 function = Function(self.get_string_id(name), self.get_string_id(dso_name), vaddr_in_file)
477 function.source_filename_id = self.get_string_id(source.file)
485 function.source_filename_id = self.get_string_id(source.file)