[0/7] perf intel-pt: jitdump fix and test

Message ID 20221014170905.64069-1-adrian.hunter@intel.com
Headers
Series perf intel-pt: jitdump fix and test |

Message

Adrian Hunter Oct. 14, 2022, 5:08 p.m. UTC
  Hi

Here is a fix for perf inject --jit (patch 6) and an Intel PT test
(patch 5) that fails unless the fix is applied.

There is also another small fix, some tidy-ups and other new tests for the
shell test test_intel_pt.sh.


Adrian Hunter (6):
      perf test: test_intel_pt.sh: Fix return checking again
      perf test: test_intel_pt.sh: Tidy some perf record options
      perf test: test_intel_pt.sh: Print a message when skipping kernel tracing
      perf test: test_intel_pt.sh: Tidy some alignment
      perf test: test_intel_pt.sh: Add jitdump test
      perf inject: Fix GEN_ELF_TEXT_OFFSET for jit

Ammy Yi (1):
      perf test: test_intel_pt.sh: Add 9 tests

 tools/perf/tests/shell/test_intel_pt.sh | 385 +++++++++++++++++++++++++++++++-
 tools/perf/util/genelf.h                |   4 +-
 2 files changed, 380 insertions(+), 9 deletions(-)


Regards
Adrian