diff options
author | Adrian Hunter <[email protected]> | 2016-10-07 16:42:25 +0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2016-10-24 10:31:32 -0300 |
commit | 32f98aab75dd385e326c975717f8b730c6c57508 (patch) | |
tree | 08f9357a1e5ee223e2c2e760ec2a397b1324b92e /tools/perf/scripts/python | |
parent | e9c848928abf4cb60601e9ae7d336f0333c98bca (diff) |
perf intel-pt/bts: Tidy instruction buffer size usage
Tidy instruction buffer size usage in preparation for copying the
instruction bytes onto samples.
The instruction buffer is presently used for debugging, so rename its
size macro from INTEL_PT_INSN_DBG_BUF_SZ to INTEL_PT_INSN_BUF_SZ, and
use it everywhere.
Note that the maximum instruction size is 15 which is a less efficient size
to copy than 16, which is why a separate buffer size is used.
Signed-off-by: Adrian Hunter <[email protected]>
Cc: Andi Kleen <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/scripts/python')
0 files changed, 0 insertions, 0 deletions