Searched refs:trace_descriptor_path (Results 1 – 3 of 3) sorted by relevance
/external/perfetto/python/generators/diff_tests/ |
D | utils.py | 110 def serialize_textproto_trace(trace_descriptor_path, extension_descriptor_paths, argument 112 proto = create_message_factory([trace_descriptor_path] + 122 def serialize_python_trace(root_dir, trace_descriptor_path, python_trace_path, argument 127 trace_descriptor_path, 145 trace_descriptor_path = os.path.join(out_path, *path) 146 if not os.path.exists(trace_descriptor_path): 147 trace_descriptor_path = os.path.join(out_path, 'gcc_like_host', *path) 149 return trace_descriptor_path 152 def modify_trace(trace_descriptor_path, extension_descriptor_paths, argument 154 trace_proto = create_message_factory([trace_descriptor_path] +
|
D | runner.py | 141 trace_descriptor_path: str 375 serialize_python_trace(ROOT_DIR, self.trace_descriptor_path, 380 serialize_textproto_trace(self.trace_descriptor_path, 386 proto = create_message_factory([self.trace_descriptor_path] + 402 modify_trace(self.trace_descriptor_path, extension_descriptor_paths, 408 modify_trace(self.trace_descriptor_path, extension_descriptor_paths, 452 os.path.relpath(self.trace_descriptor_path, ROOT_DIR), 517 trace_descriptor_path: str 536 self.trace_descriptor_path = get_trace_descriptor_path( 547 self.trace_descriptor_path,
|
/external/perfetto/tools/ |
D | serialize_test_trace.py | 45 trace_descriptor_path = os.path.join(trace_protos_path, 'trace.descriptor') 56 trace_descriptor_path = args.descriptor 65 serialize_python_trace(ROOT_DIR, trace_descriptor_path, trace_path, 68 serialize_textproto_trace(trace_descriptor_path, extension_descriptors,
|