commit | be81908c2289f405df75d2511ccf5da785945400 | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Sun Jan 18 20:00:20 2015 +0100 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Jan 21 10:05:17 2015 -0300 |
tree | 091dfe44f434c1eb29e5224d21d058f44e68f4ae | |
parent | 75e0b5f010837f29b5773653a248852a7317562b [diff] |
perf annotate: Handle ins parsing failures Don't use the ins's ->sncprintf() if the parsing failed. For example, this fixes the display of "imul %edx". Without this patch: | imul (null),(null) After this patch: | imul %edx Signed-off-by: Rabin Vincent <rabin@rab.in> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <peterz@infradead.org> Link: http://lkml.kernel.org/r/1421607621-15005-1-git-send-email-rabin@rab.in Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>