diff options
author | Will Newton <will.newton@linaro.org> | 2014-01-28 14:29:35 +0000 |
---|---|---|
committer | Will Newton <will.newton@linaro.org> | 2014-02-11 10:19:24 +0000 |
commit | 7b3436d468bbd1107ec11191d9ff385b1a339cfb (patch) | |
tree | a9ce5badc35e769601e3968b5f5627827d0ed0f4 /ChangeLog | |
parent | b4f12ca39108269a5ca55e0925ae2046965d3083 (diff) | |
download | glibc-7b3436d468bbd1107ec11191d9ff385b1a339cfb.zip glibc-7b3436d468bbd1107ec11191d9ff385b1a339cfb.tar.gz glibc-7b3436d468bbd1107ec11191d9ff385b1a339cfb.tar.bz2 |
manual/probes.texi: Add documentation of setjmp/longjmp probes
Add some documentation of the setjmp, longjmp and longjmp_target
Systemtap probe points.
ChangeLog:
2014-02-11 Will Newton <will.newton@linaro.org>
* manual/probes.texi (Internal Probes): Add documentation
of setjmp, longjmp and longjmp_target probes.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2014-02-11 Will Newton <will.newton@linaro.org> + * manual/probes.texi (Internal Probes): Add documentation + of setjmp, longjmp and longjmp_target probes. + +2014-02-11 Will Newton <will.newton@linaro.org> + * include/stap-probe.h: Add comment about probe argument format. |