Searched refs:common_start_str (Results 1 – 2 of 2) sorted by relevance
/openbmc/linux/tools/perf/scripts/python/ |
H A D | intel-pt-events.py | 231 def common_start_str(comm, sample): function 251 print(common_start_str(comm, sample) + "%8s %21s" % (name, flags_disp), end=' ') 255 print(common_start_str(comm, sample) + "x", end=' ') 257 print(common_start_str(comm, sample), end=' ') 302 start_str = common_start_str(comm, sample) + ("%x" % ip).rjust(16).ljust(40) 305 start_str = common_start_str(comm, sample) + (symbol + offs).ljust(40)
|
H A D | arm-cs-trace-disasm.py | 129 def common_start_str(comm, sample): function 142 start_str = common_start_str(comm, sample) + ("%x" % ip).rjust(16).ljust(40) 145 start_str = common_start_str(comm, sample) + (symbol + offs).ljust(40)
|