summaryrefslogtreecommitdiffstats
path: root/tapset/target_set.stp
Commit message (Collapse)AuthorAgeFilesLines
* Fix target_set tapset.Przemyslaw Pawelczyk2009-06-181-10/+18
| | | | | | | | Revise acquiring of pid and ppid in fork.return probe -- use returnval() and pid() instead of pid() and ppid() respectively. Add pid removal on exit syscall. Use dwarfless syscall probe aliases. Correct formatting. Signed-off-by: Josh Stone <jistone@redhat.com>
* 2007-08-16 Frank Ch. Eigler <fche@elastic.org>fche2007-08-171-0/+27
PR 1315. * target_set.stp: New tapset file. * stapfuncs.5.in: Document new target_set tapset. * buildok/fortyfive.stp: New test.