From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752049AbbJESGT (ORCPT ); Mon, 5 Oct 2015 14:06:19 -0400 Received: from mx1.redhat.com ([209.132.183.28]:48330 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751135AbbJESGS (ORCPT ); Mon, 5 Oct 2015 14:06:18 -0400 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra , "Liang, Kan" , Don Zickus Subject: [PATCH 0/9] perf tools: Various fixes Date: Mon, 5 Oct 2015 20:06:00 +0200 Message-Id: <1444068369-20978-1-git-send-email-jolsa@kernel.org> Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, sending various fixes that piled up plus some I'll need in future patchsets. thanks, jirka --- Don Zickus (1): perf tools: Add support for sorting on the iaddr Jiri Olsa (8): tools lib api fs: Do not use PATH_MAX + 1 perf evlist: Display DATA_SRC sample type bit perf annotate: Fix sizeof_sym_hist overflow issue perf tools: Make perf_event_attr__set_max_precise_ip global perf tools: Introduce 'P' modifier perf tests: Add parsing test for 'P' modifier perf tools: Setup proper width for symbol_iaddr field perf tools: Handle -h and -v options tools/lib/api/fs/fs.c | 2 +- tools/lib/api/fs/tracing_path.c | 6 +++--- tools/perf/Documentation/perf-list.txt | 1 + tools/perf/Documentation/perf.txt | 8 ++++++++ tools/perf/perf.c | 14 ++++++++++++++ tools/perf/tests/parse-events.c | 16 ++++++++++++++++ tools/perf/util/annotate.h | 2 +- tools/perf/util/evlist.c | 2 +- tools/perf/util/evlist.h | 2 ++ tools/perf/util/evsel.c | 5 ++++- tools/perf/util/evsel.h | 1 + tools/perf/util/hist.c | 13 +++++++++++++ tools/perf/util/hist.h | 1 + tools/perf/util/parse-events.c | 8 +++++++- tools/perf/util/parse-events.l | 2 +- tools/perf/util/sort.c | 37 +++++++++++++++++++++++++++++++++++++ tools/perf/util/sort.h | 1 + 17 files changed, 112 insertions(+), 9 deletions(-)