[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20201105014833.1724363-1-yonatan.goldschmidt@granulate.io>
Date: Thu, 5 Nov 2020 03:48:31 +0200
From: Yonatan Goldschmidt <yonatan.goldschmidt@...nulate.io>
To: linux-perf-users@...r.kernel.org, linux-kernel@...r.kernel.org
Cc: Peter Zijlstra <peterz@...radead.org>,
Ingo Molnar <mingo@...hat.com>,
Arnaldo Carvalho de Melo <acme@...nel.org>,
Mark Rutland <mark.rutland@....com>,
Alexander Shishkin <alexander.shishkin@...ux.intel.com>,
Jiri Olsa <jolsa@...hat.com>,
Namhyung Kim <namhyung@...nel.org>,
Stephane Eranian <eranian@...gle.com>,
Yonatan Goldschmidt <yonatan.goldschmidt@...nulate.io>
Subject: [PATCH v3 0/2] perf inject jit: Add namespaces support
This version removes some redundant "else"s.
Changlog:
v2 -> v3
* Remove 2 redundant "else"s.
v1 -> v2
* Add 'in_pidns' and use PID & TID from jitdump entries for
non-containerized processes.
Thanks,
Yonatan Goldschmidt (2):
perf tools: Add 'in_pidns' to nsinfo struct
perf inject jit: Add namespaces support
tools/perf/builtin-inject.c | 4 +-
tools/perf/util/jit.h | 2 +-
tools/perf/util/jitdump.c | 84 ++++++++++++++++++++++++++++--------
tools/perf/util/namespaces.c | 23 +++++++++-
tools/perf/util/namespaces.h | 3 ++
5 files changed, 92 insertions(+), 24 deletions(-)
--
2.25.0
Powered by blists - more mailing lists