Searched refs:stop_addr (Results 1 – 1 of 1) sorted by relevance
| /tools/perf/scripts/python/ |
| A D | arm-cs-trace-disasm.py | 146 def read_disam(dso_fname, dso_start, start_addr, stop_addr): argument 147 addr_range = str(start_addr) + ":" + str(stop_addr) + ":" + dso_fname 157 stop_addr = stop_addr - dso_start; 160 "--stop-address="+format(stop_addr,"#x") ] 167 def print_disam(dso_fname, dso_start, start_addr, stop_addr): argument 168 for line in read_disam(dso_fname, dso_start, start_addr, stop_addr): 320 stop_addr = ip + 4 327 if ((stop_addr == 4) and (options.verbose == True)): 335 if (stop_addr < int(dso_start) or stop_addr > int(dso_end)): 336 …print("Stop address 0x%x is out of range [ 0x%x .. 0x%x ] for dso %s" % (stop_addr, int(dso_start)… [all …]
|
Completed in 3 milliseconds