[GIT PULL 0/2] perf/urgent fixes
From: Arnaldo Carvalho de Melo
Date: Mon Oct 28 2013 - 10:45:51 EST
From: Arnaldo Carvalho de Melo <acme@xxxxxxxxxxxxxxxxxx>
Hi Ingo,
Please consider pulling,
- Arnaldo
The following changes since commit e4f8eaad70ea186b8da290c99239dce721a34f88:
Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent (2013-10-20 10:51:35 +0200)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux tags/perf-urgent-for-mingo
for you to fetch changes up to 2fd869f08aec5a8e4cbf01bc3fa345c4e53342d7:
perf tools: Fix up /proc/PID/maps parsing (2013-10-28 09:38:12 -0300)
----------------------------------------------------------------
perf/urgent fixes:
. Fix up /proc/PID/maps parsing, where perfectly fine mmap entries
were being trown away when synthesizing PERF_RECORD_MMAP for
preexisting threads, prevenging symbol resolution to work
for those threads, broken in the MMAP2 removal. Reported and
pinpointed by Markus Trippelsdorf,
. Fix mem leak in the python 'perf script' backend, due to missing Py_DECREFs
on dict entries, fix from Joseph Schuchart.
Signed-off-by: Arnaldo Carvalho de Melo <acme@xxxxxxxxxx>
----------------------------------------------------------------
Arnaldo Carvalho de Melo (1):
perf tools: Fix up /proc/PID/maps parsing
Joseph Schuchart (1):
perf script python: Fix mem leak due to missing Py_DECREFs on dict entries
tools/perf/util/event.c | 2 +-
.../util/scripting-engines/trace-event-python.c | 37 ++++++++++++++--------
2 files changed, 25 insertions(+), 14 deletions(-)
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/