[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 0/5] linux-user mmap debug cleanup
From: |
Alex Bennée |
Subject: |
[PATCH v1 0/5] linux-user mmap debug cleanup |
Date: |
Thu, 28 Nov 2019 19:45:58 +0000 |
Hi,
While debugging some wierd ELF loading bugs I realised our mmap debug
code could do with a little clean-up so I removed the DEBUG_MMAP in
favour of some tracepoints and extending the information that -d page
gives you.
Alex Bennée (5):
linux-user: convert target_mprotect debug to tracepoint
linux-user: convert target_mmap debug to tracepoint
linux-user: add target_mmap_complete tracepoint
linux-user: log page table changes under -d page
linux-user: convert target_munmap debug to a tracepoint
linux-user/mmap.c | 82 ++++++++++++++++++++++-------------------
linux-user/trace-events | 6 +++
2 files changed, 50 insertions(+), 38 deletions(-)
--
2.20.1
- [PATCH v1 0/5] linux-user mmap debug cleanup,
Alex Bennée <=
- [PATCH v1 1/5] linux-user: convert target_mprotect debug to tracepoint, Alex Bennée, 2019/11/28
- [PATCH v1 4/5] linux-user: log page table changes under -d page, Alex Bennée, 2019/11/28
- [PATCH v1 5/5] linux-user: convert target_munmap debug to a tracepoint, Alex Bennée, 2019/11/28
- [PATCH v1 3/5] linux-user: add target_mmap_complete tracepoint, Alex Bennée, 2019/11/28
- [PATCH v1 2/5] linux-user: convert target_mmap debug to tracepoint, Alex Bennée, 2019/11/28