Home
last modified time | relevance | path

Searched defs:self (Results 1 – 9 of 9) sorted by relevance

/developtools/hiperf/script/test/
Dtest_utils.py33 def setUp(self): argument
36 def tearDown(self): argument
39 def test_get_lib(self): argument
44 def test_is_elf_file(self): argument
48 def test_remove(self): argument
54 def test_get_hiperf_binary_path(self): argument
60 def test_str_to_bytes(self): argument
64 def test_bytes_to_str(self): argument
68 def test_executable_file_available(self): argument
72 def test_find_tool_path(self): argument
Dtest_command_script.py43 def setUp(self): argument
46 def tearDown(self): argument
49 def test_host_elf_entry(self): argument
54 def test_parser_add_argument(self): argument
60 def test_check_args(self): argument
65 def test_main(self): argument
/developtools/profiler/device/plugins/ftrace_plugin/tools/
Dftrace_format_parser.py43 def __init__(self, format_path, event_category, event_name): argument
48 def __str__(self): argument
52 def __repr__(self): argument
59 def __init__(self, tid, size=0, signed=False): argument
64 def __str__(self): argument
68 def __repr__(self): argument
71 def to_string(self): argument
89 def __init__(self, event, field, name, offset, size, signed): argument
97 def __str__(self): argument
102 def __repr__(self): argument
[all …]
Dftrace_cpp_generator.py93 def __init__(self, events_dir, allow_list): argument
96 def parser_file_path(self, category): argument
100 def generate_code(self): argument
138 def generate_parse_functions(self, category, f): argument
178 def __init__(self, events_dir, allow_list): argument
181 def formatter_file_path(self, category): argument
185 def generate_code(self): argument
220 def generate_format_functions(self, category, f): argument
Dftrace_proto_generator.py103 def __init__(self, events_dir, allow_list): argument
106 def generate_code(self): argument
150 def generate_event_proto(self, category, proto_path): argument
Dftrace_print_fmt_converter.py17 def __init__(self) -> None: argument
/developtools/hiperf/script/
Dhiperf_utils.py194 def __init__(self, root_authority=True): argument
201 def run_hdc_cmd(self, hdc_args, log_output=True): argument
218 def check_run(self, hdc_args): argument
224 def _not_use_root(self): argument
233 def switch_root(self): argument
251 def get_attribute(self, name): argument
257 def get_device_architecture(self): argument
263 def __init__(self, path, lib_name): argument
270 def __init__(self, device_arch, hdc): argument
279 def get_host_local_libs(self, local_lib_dir): argument
[all …]
Drecv_binary_cache.py33 def __init__(self): argument
39 def recv_binary_cache(self, perf_data, lib_dirs): argument
46 def get_used_binaries(self, perf_data): argument
69 def copy_binaries_from_lib_dirs(self, lib_dirs): argument
82 def get_local_bin_map(self, file_dict): argument
91 def confirm_copy_file(self, root, files, file_dict): argument
108 def copy_to_binary_cache(self, from_path, target_file): argument
121 def recv_binaries_from_device(self): argument
134 def check_and_recv_binary(self, binary, local_cache_file): argument
163 def pull_file_from_device(self, device_path, host_path): argument
[all …]
/developtools/ace-ets2bundle/
DgenerateSysResource.py22 def __init__(self): argument
26 def read_json_file(self, json_file): argument
30 def process_ids(self): argument
49 def write_to_file(self, js_file): argument