HomeSort by relevance Sort by last modified time
    Searched refs:report_sample (Results 1 - 3 of 3) sorted by null

  /system/extras/simpleperf/scripts/
report_sample.py 18 """report_sample.py: report samples in the same format as `perf script`.
27 def report_sample(record_file, symfs_dir, kallsyms_file=None): function
68 report_sample(args.record_file, args.symfs, args.kallsyms)
pprof_proto_generator.py 300 report_sample = self.lib.GetNextSample()
301 if report_sample is None:
308 if not self._filter_report_sample(report_sample):
314 sample.add_value(sample_type_id + 1, report_sample.period)
  /system/extras/simpleperf/
Android.mk 103 report_sample.proto \

Completed in 142 milliseconds