From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753173AbcJGNrW (ORCPT ); Fri, 7 Oct 2016 09:47:22 -0400 Received: from mga14.intel.com ([192.55.52.115]:28117 "EHLO mga14.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751574AbcJGNrO (ORCPT ); Fri, 7 Oct 2016 09:47:14 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,308,1473145200"; d="scan'208";a="1050753345" From: Adrian Hunter To: Arnaldo Carvalho de Melo , Andi Kleen Cc: linux-kernel@vger.kernel.org Subject: [PATCH V3 0/3] perf tools: Support insn and insnlen in perf script Date: Fri, 7 Oct 2016 16:42:24 +0300 Message-Id: <1475847747-30994-1-git-send-email-adrian.hunter@intel.com> X-Mailer: git-send-email 1.9.1 Organization: Intel Finland Oy, Registered Address: PL 281, 00181 Helsinki, Business Identity Code: 0357606 - 4, Domiciled in Helsinki Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org 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