From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752937AbcJKMOm (ORCPT ); Tue, 11 Oct 2016 08:14:42 -0400 Received: from mx1.redhat.com ([209.132.183.28]:33862 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752121AbcJKMOl (ORCPT ); Tue, 11 Oct 2016 08:14:41 -0400 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , Ingo Molnar , Peter Zijlstra , David Ahern , Namhyung Kim , Sukadev Bhattiprolu Subject: [PATCH 0/6] perf tools: Header and c2c fixes Date: Tue, 11 Oct 2016 14:14:06 +0200 Message-Id: <1476188052-32316-1-git-send-email-jolsa@kernel.org> X-Greylist: Sender IP whitelisted, not delayed by milter-greylist-4.5.16 (mx1.redhat.com [10.5.110.38]); Tue, 11 Oct 2016 12:14:18 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, sending few perf.data header fixes and adding two new c2c report options. Also available in: git://git.kernel.org/pub/scm/linux/kernel/git/jolsa/perf.git perf/fixes thanks, jirka --- Jiri Olsa (6): perf report: Move captured info to generic header info perf header: Display missing features perf header: Display feature name on write failure perf header: Set nr_numa_nodes only when we parsed all the data perf c2c report: Add --no-source option perf c2c report: Add --show-all option tools/perf/Documentation/perf-c2c.txt | 6 ++++++ tools/perf/builtin-c2c.c | 20 +++++++++++++------- tools/perf/util/header.c | 21 +++++++++++++++++++-- tools/perf/util/session.c | 10 ---------- 4 files changed, 38 insertions(+), 19 deletions(-)