This is the mail archive of the
libc-alpha@sourceware.org
mailing list for the glibc project.
Re: [PATCH] aarch64: Add setjmp and longjmp SystemTap probes
- From: Marcus Shawcroft <marcus dot shawcroft at gmail dot com>
- To: Will Newton <will dot newton at linaro dot org>
- Cc: GNU C Library <libc-alpha at sourceware dot org>
- Date: Tue, 22 Apr 2014 10:41:27 +0100
- Subject: Re: [PATCH] aarch64: Add setjmp and longjmp SystemTap probes
- Authentication-results: sourceware.org; auth=none
- References: <1396962956-28589-1-git-send-email-will dot newton at linaro dot org>
On 8 April 2014 14:15, Will Newton <will.newton@linaro.org> wrote:
> From: Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
>
> Add setjmp, longjmp and longjmp_target Systemtap probes.
>
> ChangeLog:
>
> 2014-04-08 Will Newton <will.newton@linaro.org>
> Venkataramanan Kumar <venkataramanan.kumar@linaro.org>
>
> * sysdeps/aarch64/__longjmp.S: Include stap-probe.h.
> (__longjmp): Add longjmp and longjmp_target SystemTap
> probes.
> * sysdeps/aarch64/setjmp.S: Include stap-probe.h.
> (__sigsetjmp): Add setjmp SystemTap probe.
OK /Marcus