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

Reply via email to