linux-user: Implement stracing madvise()
commit375ce49be285c5ff73674674350cc99807dfac83
authorIlya Leoshkevich <iii@linux.ibm.com>
Tue, 6 Sep 2022 00:08:37 +0000 (6 02:08 +0200)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 27 Sep 2022 07:30:44 +0000 (27 09:30 +0200)
tree69a36e9e1d579e59625f29106c34413f560f8613
parent8655b4c7099dd198836610bdfb22f09d332b28d3
linux-user: Implement stracing madvise()

The default implementation has several problems: the first argument is
not displayed as a pointer, making it harder to grep; the third
argument is not symbolized; and there are several extra unused
arguments.

Signed-off-by: Ilya Leoshkevich <iii@linux.ibm.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Message-Id: <20220906000839.1672934-4-iii@linux.ibm.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
linux-user/strace.c
linux-user/strace.list