From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752648AbdDLGts (ORCPT ); Wed, 12 Apr 2017 02:49:48 -0400 Received: from mail-pg0-f44.google.com ([74.125.83.44]:33598 "EHLO mail-pg0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751147AbdDLGtp (ORCPT ); Wed, 12 Apr 2017 02:49:45 -0400 From: David Carrillo-Cisneros To: linux-kernel@vger.kernel.org Cc: Peter Zijlstra , Ingo Molnar , Arnaldo Carvalho de Melo , Alexander Shishkin , Andi Kleen , Simon Que , Wang Nan , Jiri Olsa , He Kuang , Masami Hiramatsu , Stephane Eranian , Paul Turner , David Carrillo-Cisneros Subject: [PATCH 0/6] perf tool: build and usage hints Date: Tue, 11 Apr 2017 23:49:12 -0700 Message-Id: <20170412064919.92449-1-davidcc@google.com> X-Mailer: git-send-email 2.12.2.715.g7642488e1d-goog Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Minor build fixes and error condition hints. David Carrillo-Cisneros (6): perf tools: pass PYTHON config to feature detection tools build: fix feature detection redefinion of build flags perf util: hint missing file when tool tips fail to load perf report: hint .perfconfig error when invalid sorting key perf tools: disable JVMTI if no ELF support available Revert "perf tools: Fix include of linux/mman.h" tools/build/feature/Makefile | 12 ++++++------ tools/perf/Makefile.config | 35 +++++++++++++++-------------------- tools/perf/builtin-report.c | 5 ++++- tools/perf/util/event.c | 2 +- tools/perf/util/util.c | 2 +- 5 files changed, 27 insertions(+), 29 deletions(-) -- 2.12.2.715.g7642488e1d-goog