Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1497160

[PATCH V3 0/3] perf tools: Support insn and insnlen in perf script

From Adrian Hunter <adrian.hunter@intel.com>
Newsgroups linux.kernel
Subject [PATCH V3 0/3] perf tools: Support insn and insnlen in perf script
Date 2016-10-07 15:50 +0200
Message-ID <spDHc-161-7@gated-at.bofh.it> (permalink)
Organization Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki

Show all headers | View raw


Hi

I tidied Intel PT / BTS instruction buffer size usage, and took the liberty
of re-basing Andi's changes on top.


Adrian Hunter (1):
      perf intel-pt/bts: Tidy instruction buffer size usage

Andi Kleen (2):
      perf intel-pt/bts: Report instruction bytes and length in sample
      perf tools: Support insn and insnlen in perf script

 tools/perf/Documentation/perf-script.txt           |  6 +++++-
 tools/perf/builtin-script.c                        | 24 ++++++++++++++++++++--
 tools/perf/util/event.h                            |  3 +++
 tools/perf/util/intel-bts.c                        |  9 ++++----
 .../perf/util/intel-pt-decoder/intel-pt-decoder.c  |  2 ++
 .../perf/util/intel-pt-decoder/intel-pt-decoder.h  |  1 +
 .../util/intel-pt-decoder/intel-pt-insn-decoder.c  | 13 ++++++------
 .../util/intel-pt-decoder/intel-pt-insn-decoder.h  |  6 ++----
 tools/perf/util/intel-pt-decoder/intel-pt-log.c    |  4 ++--
 tools/perf/util/intel-pt.c                         | 19 ++++++++++++-----
 10 files changed, 61 insertions(+), 26 deletions(-)


Regards
Adrian

Back to linux.kernel | Previous | NextNext in thread | Find similar | Unroll thread


Thread

[PATCH V3 0/3] perf tools: Support insn and insnlen in perf script Adrian Hunter <adrian.hunter@intel.com> - 2016-10-07 15:50 +0200
  [PATCH V3 1/3] perf intel-pt/bts: Tidy instruction buffer size usage Adrian Hunter <adrian.hunter@intel.com> - 2016-10-07 15:50 +0200
  [PATCH V3 3/3] perf tools: Support insn and insnlen in perf script Adrian Hunter <adrian.hunter@intel.com> - 2016-10-07 15:50 +0200
  [PATCH V3 2/3] perf intel-pt/bts: Report instruction bytes and length in sample Adrian Hunter <adrian.hunter@intel.com> - 2016-10-07 15:50 +0200

csiph-web