Searched refs:record_data (Results 1 – 5 of 5) sorted by relevance
/system/extras/simpleperf/scripts/test/ |
D | report_html_test.py | 34 record_data = self.get_record_data(['--min_func_percent', '0', '-i', 37 event = record_data['sampleInfo'][0] 40 thread_name = record_data['threadNames'][str(thread['tid'])] 44 record_data = self.get_record_data(['--aggregate-by-thread-name', 48 event = record_data['sampleInfo'][0] 52 thread_name = record_data['threadNames'][str(thread['tid'])] 61 record_data = self.get_record_data(['-i', perf_data]) 62 processes = record_data['sampleInfo'][0]['processes'] 67 record_data = self.get_record_data(['-i', perf_data, '--min_func_percent', '20']) 68 processes = record_data['sampleInfo'][0]['processes'] [all …]
|
D | app_test.py | 240 def record_data(self, package_name, record_arg): member in TestRecordingRealApps 256 self.record_data('com.example.android.displayingbitmaps', '-e cpu-clock -g --duration 10') 265 self.record_data('com.google.sample.tunnel', '-e cpu-clock -g --duration 10')
|
/system/extras/simpleperf/scripts/ |
D | report_html.py | 939 def write_record_data(self, record_data: Dict[str, Any]): 941 self.hw.add(json.dumps(record_data)) 1011 record_data = RecordData(binary_cache_path, ndk_path, 1014 record_data.load_record_file(record_file, args.show_art_frames) 1016 record_data.aggregate_by_thread_name() 1017 record_data.limit_percents(args.min_func_percent, args.min_callchain_percent) 1027 record_data.add_source_code(args.source_dirs, filter_lib) 1029 record_data.add_disassembly(filter_lib, args.jobs) 1035 report_generator.write_record_data(record_data.gen_record_info())
|
/system/bt/btif/src/ |
D | btif_sdp_server.cc | 63 bluetooth_sdp_record* record_data; member 204 sdp_slots[i].record_data = record; in alloc_sdp_slot() 230 record = sdp_slots[id].record_data; in free_sdp_slot() 322 bluetooth_sdp_record* record = sdp_slot->record_data; in on_create_record_event()
|
/system/extras/simpleperf/ |
D | cmd_report_sample.proto | 126 oneof record_data { oneof
|