Searched refs:common_start_str (Results 1 – 1 of 1) sorted by relevance
/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)
|