aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/export-to-sqlite.py
diff options
context:
space:
mode:
authorRavi Bangoria <ravi.bangoria@linux.vnet.ibm.com>2017-11-14 08:55:40 +0530
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-11-16 14:50:00 -0300
commit648388ae68e953b312e28eaf869fe6c01e2f70cc (patch)
treeebfa2794891648e32cae4b67d0a3bf6c0c0fa0a8 /tools/perf/scripts/python/export-to-sqlite.py
parent2f0af8600e82e9f950fc32908386b9c639f88d48 (diff)
downloadlinux-648388ae68e953b312e28eaf869fe6c01e2f70cc.tar.gz
linux-648388ae68e953b312e28eaf869fe6c01e2f70cc.tar.bz2
linux-648388ae68e953b312e28eaf869fe6c01e2f70cc.zip
perf annotate: Do not truncate instruction names at 6 chars
There are many instructions, esp on PowerPC, whose mnemonics are longer than 6 characters. Using precision limit causes truncation of such mnemonics. Fix this by removing precision limit. Note that, 'width' is still 6, so alignment won't get affected for length <= 6. Before: li r11,-1 xscvdp vs1,vs1 add. r10,r10,r11 After: li r11,-1 xscvdpsxds vs1,vs1 add. r10,r10,r11 Reported-by: Donald Stence <dstence@us.ibm.com> Signed-off-by: Ravi Bangoria <ravi.bangoria@linux.vnet.ibm.com> Cc: Alexander Shishkin <alexander.shishkin@linux.intel.com> Cc: Jiri Olsa <jolsa@redhat.com> Cc: Namhyung Kim <namhyung@kernel.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Taeung Song <treeze.taeung@gmail.com> Link: http://lkml.kernel.org/r/20171114032540.4564-1-ravi.bangoria@linux.vnet.ibm.com Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-sqlite.py')
0 files changed, 0 insertions, 0 deletions