perf annotate: Fix printing of unaugmented disassembled instructions from BPF
[linux-2.6-microblaze.git] / tools / perf / util / annotate.c
index ac9ad23..1635367 100644 (file)
@@ -1122,7 +1122,7 @@ static int disasm_line__parse(char *line, const char **namep, char **rawp)
                goto out;
 
        (*rawp)[0] = tmp;
-       *rawp = skip_spaces(*rawp);
+       *rawp = strim(*rawp);
 
        return 0;