Home
last modified time | relevance | path

Searched refs:common_start_str (Results 1 – 2 of 2) sorted by relevance

/linux-6.3-rc2/tools/perf/scripts/python/
A Dintel-pt-events.py231 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)
A Darm-cs-trace-disasm.py130 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)

Completed in 4 milliseconds