]> Pileus Git - ~andy/linux/blobdiff - arch/x86/tools/distill.awk
x86: Show symbol name if insn decoder test failed
[~andy/linux] / arch / x86 / tools / distill.awk
index d433619bb866279e438f18fc9d44decd96234690..c13c0ee48ab421a9a13e9170420dce1fe3e3d796 100644 (file)
@@ -15,6 +15,11 @@ BEGIN {
        fwait_str="9b\tfwait"
 }
 
+/^ *[0-9a-f]+ <[^>]*>:/ {
+       # Symbol entry
+       printf("%s%s\n", $2, $1)
+}
+
 /^ *[0-9a-f]+:/ {
        if (split($0, field, "\t") < 3) {
                # This is a continuation of the same insn.