commit | 4c95ad261cfac120dd66238fcae222766754c219 | [log] [tgz] |
---|---|---|
author | Adrian Hunter <[email protected]> | Tue Jun 30 16:39:35 2020 +0300 |
committer | Arnaldo Carvalho de Melo <[email protected]> | Mon Jul 06 09:03:39 2020 -0300 |
tree | 932c555ac72ac29a3526f0795591ddf2db361c0c | |
parent | add07ccd9222ba0944df2a6d39c6e38de90cd0c5 [diff] |
perf intel-pt: Fix PEBS sample for XMM registers The condition to add XMM registers was missing, the regs array needed to be in the outer scope, and the size of the regs array was too small. Fixes: 143d34a6b387b ("perf intel-pt: Add XMM registers to synthesized PEBS sample") Signed-off-by: Adrian Hunter <[email protected]> Cc: Jiri Olsa <[email protected]> Cc: Luwei Kang <[email protected]> Link: http://lore.kernel.org/lkml/[email protected] Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>