linux-perf-users.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3 0/2] perf inject jit: Add namespaces support
@ 2020-11-05  1:48 Yonatan Goldschmidt
  2020-11-05  1:54 ` [PATCH v3 1/2] perf tools: Add 'in_pidns' to nsinfo struct Yonatan Goldschmidt
  2020-11-05  1:56 ` [PATCH v3 2/2] perf inject jit: Add namespaces support Yonatan Goldschmidt
  0 siblings, 2 replies; 3+ messages in thread
From: Yonatan Goldschmidt @ 2020-11-05  1:48 UTC (permalink / raw)
  To: linux-perf-users, linux-kernel
  Cc: Peter Zijlstra, Ingo Molnar, Arnaldo Carvalho de Melo,
	Mark Rutland, Alexander Shishkin, Jiri Olsa, Namhyung Kim,
	Stephane Eranian, Yonatan Goldschmidt

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2020-11-05  1:56 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-11-05  1:48 [PATCH v3 0/2] perf inject jit: Add namespaces support Yonatan Goldschmidt
2020-11-05  1:54 ` [PATCH v3 1/2] perf tools: Add 'in_pidns' to nsinfo struct Yonatan Goldschmidt
2020-11-05  1:56 ` [PATCH v3 2/2] perf inject jit: Add namespaces support Yonatan Goldschmidt

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