[PATCH 0/4] perf tools: Fix kmap handling
From: Jiri Olsa
Date: Mon Feb 10 2020 - 09:32:33 EST
hi,
Ravi Bangoria reported crash in perf top due to wrong kmap
objects management, this patchset should fix that.
thanks,
jirka
---
Jiri Olsa (4):
perf tools: Mark modules dsos with kernel type
perf tools: Mark ksymbol dsos with kernel type
perf tools: Fix map__clone for struct kmap
perf tools: Move kmap::kmaps setup to maps__insert
tools/perf/util/machine.c | 24 ++++++++++--------------
tools/perf/util/map.c | 17 ++++++++++++++++-
2 files changed, 26 insertions(+), 15 deletions(-)