linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Jiri Olsa <jolsa@kernel.org>
To: Arnaldo Carvalho de Melo <acme@kernel.org>
Cc: lkml <linux-kernel@vger.kernel.org>,
	David Ahern <dsahern@gmail.com>, Ingo Molnar <mingo@kernel.org>,
	Namhyung Kim <namhyung@kernel.org>,
	Peter Zijlstra <a.p.zijlstra@chello.nl>
Subject: [PATCHv2 0/4] perf tools: Various fixes
Date: Mon,  4 Jul 2016 14:16:19 +0200	[thread overview]
Message-ID: <1467634583-29147-1-git-send-email-jolsa@kernel.org> (raw)


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(-)

             reply	other threads:[~2016-07-04 12:16 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-07-04 12:16 Jiri Olsa [this message]
2016-07-04 12:16 ` [PATCH 1/4] perf tools: Transform nodes string info to struct Jiri Olsa
2016-07-05 10:20   ` [tip:perf/core] perf header: " tip-bot for Jiri Olsa
2016-07-04 12:16 ` [PATCH 2/4] perf tests: Fix hist accumulation test Jiri Olsa
2016-07-05 10:20   ` [tip:perf/core] " tip-bot for Jiri Olsa
2016-07-04 12:16 ` [PATCH 3/4] perf tools: Add initialized arg into unwind__prepare_access Jiri Olsa
2016-07-04 19:25   ` Arnaldo Carvalho de Melo
2016-07-05  6:20     ` Jiri Olsa
2016-07-05 10:21   ` [tip:perf/core] perf unwind: " tip-bot for Jiri Olsa
2016-07-04 12:16 ` [PATCH 4/4] perf tools: Call unwind__prepare_access for forked thread Jiri Olsa
2016-07-05 10:21   ` [tip:perf/core] perf unwind: " tip-bot for Jiri Olsa

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1467634583-29147-1-git-send-email-jolsa@kernel.org \
    --to=jolsa@kernel.org \
    --cc=a.p.zijlstra@chello.nl \
    --cc=acme@kernel.org \
    --cc=dsahern@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mingo@kernel.org \
    --cc=namhyung@kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).