Home
last modified time | relevance | path

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

/system/extras/simpleperf/scripts/
Dreport_sample.py27 def report_sample(record_file, symfs_dir, kallsyms_file=None): function
68 report_sample(args.record_file, args.symfs, args.kallsyms)
Dpprof_proto_generator.py292 report_sample = self.lib.GetNextSample()
293 if report_sample is None:
300 if not self._filter_report_sample(report_sample):
306 sample.add_value(sample_type_id + 1, report_sample.period)
/system/extras/simpleperf/
Dreport_sample.proto1 // The file format generated by report_sample.proto is as below:
DAndroid.mk100 report_sample.proto \
DREADME.md401 is report_sample.py.
762 An example is report_sample.py.
766 $python report_sample.py >out.perf