Searched refs:common_start_str (Results 1 – 2 of 2) sorted by relevance
/Linux-v6.1/tools/perf/scripts/python/ |
D | intel-pt-events.py | 195 def common_start_str(comm, sample): function 215 print(common_start_str(comm, sample) + "%8s %21s" % (name, flags_disp), end=' ') 219 print(common_start_str(comm, sample) + "x", end=' ') 221 print(common_start_str(comm, sample), end=' ') 266 start_str = common_start_str(comm, sample) + ("%x" % ip).rjust(16).ljust(40) 269 start_str = common_start_str(comm, sample) + (symbol + offs).ljust(40)
|
D | arm-cs-trace-disasm.py | 130 def common_start_str(comm, sample): function 143 start_str = common_start_str(comm, sample) + ("%x" % ip).rjust(16).ljust(40) 146 start_str = common_start_str(comm, sample) + (symbol + offs).ljust(40)
|