Searched refs:common_start_str (Results 1 – 1 of 1) sorted by relevance
/tools/perf/scripts/python/ |
D | intel-pt-events.py | 152 def common_start_str(comm, sample): function 167 print(common_start_str(comm, sample) + "%7s %19s" % (name, flags_disp), end=' ') 171 print(common_start_str(comm, sample) + "x", end=' ') 173 print(common_start_str(comm, sample), end=' ') 218 start_str = common_start_str(comm, sample) + ("%x" % ip).rjust(16).ljust(40) 221 start_str = common_start_str(comm, sample) + (symbol + offs).ljust(40)
|