Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1751839AbdHVQl2 (ORCPT ); Tue, 22 Aug 2017 12:41:28 -0400 Received: from mga06.intel.com ([134.134.136.31]:63665 "EHLO mga06.intel.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751249AbdHVQl0 (ORCPT ); Tue, 22 Aug 2017 12:41:26 -0400 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,412,1498546800"; d="scan'208";a="1165114793" From: kan.liang@intel.com To: mingo@redhat.com, peterz@infradead.org, linux-kernel@vger.kernel.org, eranian@google.com Cc: acme@kernel.org, jolsa@redhat.com, tglx@linutronix.de, ak@linux.intel.com, Kan Liang Subject: [PATCH 0/5] support PERF_SAMPLE_PHYS_ADDR (user) Date: Tue, 22 Aug 2017 12:40:22 -0400 Message-Id: <1503420027-16817-1-git-send-email-kan.liang@intel.com> X-Mailer: git-send-email 2.4.3 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1529 Lines: 36 From: Kan Liang The patch series is to support PERF_SAMPLE_PHYS_ADDR in user perf tool. The kernel patch can be found here. http://www.mail-archive.com/linux-kernel@vger.kernel.org/msg1472034.html Kan Liang (5): perf tools: add option to record sample physical address perf tools: add sort option phys_daddr perf mem: support physical address perf script: support physical addresses perf test: add test case for PERF_SAMPLE_PHYS_ADDR tools/include/uapi/linux/perf_event.h | 4 +- tools/perf/Documentation/perf-mem.txt | 4 ++ tools/perf/Documentation/perf-record.txt | 6 +- tools/perf/Documentation/perf-report.txt | 1 + tools/perf/Documentation/perf-script.txt | 2 +- tools/perf/builtin-mem.c | 97 +++++++++++++++++++++++--------- tools/perf/builtin-record.c | 9 +++ tools/perf/builtin-script.c | 21 ++++++- tools/perf/perf.h | 1 + tools/perf/tests/sample-parsing.c | 6 +- tools/perf/util/event.h | 1 + tools/perf/util/evsel.c | 17 ++++++ tools/perf/util/hist.c | 3 + tools/perf/util/hist.h | 1 + tools/perf/util/machine.c | 7 ++- tools/perf/util/session.c | 3 + tools/perf/util/sort.c | 42 ++++++++++++++ tools/perf/util/sort.h | 1 + tools/perf/util/symbol.h | 1 + 19 files changed, 193 insertions(+), 34 deletions(-) -- 2.4.3