summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* PR9953: split up the two process.* tapsetsJosh Stone2009-04-141-11/+11
| | | | | | | The overlapping process.* tapsets are now separated. Those probe points documented in stapprobes(3stap) remain the same. Those that were formerly in stapprobes.process(3stap) have been renamed to kprocess, to reflect their kernel perspective on processes.
* Remove extra commas in SEE ALSO sectionsEugeniy Meshcheryakov2009-04-0411-11/+11
|
* Move man pages from man5 to man3 (3stap).Will Cohen2009-03-2412-25/+25
|
* Kill all ChangeLogsJosh Stone2009-02-191-24/+0
| | | | | | Mark Wielaard, a dear friend of the departed, will be performing a song and dance at the funeral services to commemorate the joyous times that they had together.
* Removed stapprobes.task.5.in. Contents moved to stapfuncs.5.inmmason2007-10-181-207/+0
|
* Added open_file_handles tapset function and man page for task tapsets.srikar2007-09-042-0/+212
|
* Changes in configure scripts, Makefiles required for removing LKET fromsrikar2007-08-2711-11/+0
| | | | systemtap (PR 4817)
* Adapt socket tapset to changes in 2.6.19.mmason2007-04-241-37/+96
|
* Added stapprobes.socket(5) man page and updates to stapprobes(5) and ↵mmason2007-01-242-0/+430
| | | | stapfuncs(5).
* bug 3507guanglei2006-11-132-8/+8
| | | | replace all minus signs used in man page with \-
* update man pagesguanglei2006-10-182-93/+45
|
* stapprobes.signal.5.in:guanglei2006-10-102-0/+75
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | document signal syscall hookiddefs.stp: some changes to the hookid: Now the hookid of a return type event(addevent.*.return) should be an even number and its value should be the corresponding entry event hookid +1. The hookid of a non-return type event should be an odd number. Add the hookid of HOOKID_REGEVTDESC register_event.stp: add register_evt_desc() to register the description of an event. Change the register_sys_event() to add the an argument representing event description Allow to use empty format string and empty field name when calling register_event(). Change all calling to register_sys_event() to add an argument which represents the event description. Change register_evt_desc() and register_event() to add an argument representing the event description string, which could help facilitate the error debugging. iosyscall.stp: bugfix to add the variable GroupID and hookID nfs.stp: bugfix to add some omitted probe definitions. nfs_proc.stp: bugfix of the wrong calling to _lket_trace() for nfs_proc.remove.entry.
* create src/man/stapprobes.*.in for detailed stap probe points.guanglei2006-09-2912-0/+3519