From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753548AbcGDMQ3 (ORCPT ); Mon, 4 Jul 2016 08:16:29 -0400 Received: from mx1.redhat.com ([209.132.183.28]:44364 "EHLO mx1.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753158AbcGDMQ1 (ORCPT ); Mon, 4 Jul 2016 08:16:27 -0400 From: Jiri Olsa To: Arnaldo Carvalho de Melo Cc: lkml , David Ahern , Ingo Molnar , Namhyung Kim , Peter Zijlstra Subject: [PATCHv2 0/4] perf tools: Various fixes Date: Mon, 4 Jul 2016 14:16:19 +0200 Message-Id: <1467634583-29147-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.31]); Mon, 04 Jul 2016 12:16:26 +0000 (UTC) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org hi, this is v2 for original post: http://marc.info/?t=146711345400003&r=1&w=2 v2 changes: - keep nr_numa_nodes in patch 1 - added patch 2,3,4 thanks, jirka --- Jiri Olsa (4): perf tools: Transform nodes string info to struct perf tests: Fix hist accumulation test perf tools: Add initialized arg into unwind__prepare_access perf tools: Call unwind__prepare_access for forked thread tools/perf/tests/hists_cumulate.c | 4 ++++ tools/perf/util/callchain.h | 1 + tools/perf/util/env.c | 5 ++++- tools/perf/util/env.h | 10 +++++++++- tools/perf/util/header.c | 76 ++++++++++++++++++++++++++-------------------------------------------------- tools/perf/util/map.c | 9 ++++++++- tools/perf/util/map.h | 2 +- tools/perf/util/thread.c | 39 ++++++++++++++++++++++++++++++++++++--- tools/perf/util/unwind-libunwind.c | 11 +++++++++-- tools/perf/util/unwind.h | 9 ++++++--- tools/perf/util/util.c | 19 +++++++++++++------ 11 files changed, 117 insertions(+), 68 deletions(-)