Home
last modified time | relevance | path

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

/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py279 byte_str = ("%x" % ip).rjust(16)
282 byte_str += " %02x" % insn[k]
285 byte_str += " %02x" % ord(insn[k])
286 print("%-40s %-30s" % (byte_str, text), end=' ')
H A Dexported-sql-viewer.py2969 byte_str = tohex(ip).rjust(16)
2971 byte_str += " %02x" % ord(buf[i])
2974 byte_str += " "
2976 self.child_items.append(BranchLevelTwoItem(0, self.br_col, byte_str + " " + text, self))