Searched refs:obj_path (Results 1 – 2 of 2) sorted by relevance
| /littlefs-latest/scripts/ |
| D | perfbd.py | 145 def collect_syms_and_lines(obj_path, *, argument 175 cmd = objdump_path + ['-t', obj_path] 224 cmd = objdump_path + ['--dwarf=rawline', obj_path] 493 file, line = re.sub('(\.o)?$', '.c', obj_path, 1), 0 545 def collect(obj_path, trace_paths, *, argument 553 syms, sym_at, lines, line_at = collect_syms_and_lines(obj_path, **args) 1000 def report(obj_path='', trace_paths=[], *, argument 1020 results = collect(obj_path, trace_paths, **args)
|
| D | perf.py | 237 def collect_syms_and_lines(obj_path, *, argument 267 cmd = objdump_path + ['-t', obj_path] 316 cmd = objdump_path + ['--dwarf=rawline', obj_path]
|