summaryrefslogtreecommitdiffstats
path: root/man
Commit message (Collapse)AuthorAgeFilesLines
* docs: normalize tapset::nfsd man header/aliasesFrank Ch. Eigler2010-04-081-2/+2
|
* PR909: add perf.hw_cache.* aliasesFrank Ch. Eigler2010-03-181-4/+30
| | | | | | * tapset/perf.stp: Add 'em. * man/tapset::perf.3stap: Document 'em a little. * stapprobes.3stap.in: Fix .sample (not .samples) probe point typo.
* PR909: baby documentation for perf.* probesFrank Ch. Eigler2010-03-181-0/+58
|
* PR 11210 move stapprobe.* man pages to tapset::*William Cohen2010-03-0914-27/+27
| | | | | Complete the renaming scheme with prefix of "tapset::" for the man pages related to over all description of groups of probes.
* Add blank lines for formatting stapprobes.irqJosh Stone2009-11-101-0/+46
| | | | The line spacing is significant to the way the output is rendered.
* Fix stapprobes.irq title and add to install listJosh Stone2009-11-101-1/+1
| | | | (And incidentally re-enable quiet builds at the same time...)
* Only .3stap.in files should be committedJosh Stone2009-11-101-155/+0
|
* IRQ tapset, sample script, testsuite, man page updates, etcPrerna Saxena2009-11-092-0/+310
|
* Spelling fixes in the tapsetsJosh Stone2009-09-162-2/+2
|
* This SNMP group of tapsets provides probes used to count SNMP managementDavid J. Wilder2009-07-161-0/+138
| | | | | | | | | | | | | | | | | | | events. The probes mirror many of the SNMP statistics defined in /usr/include/linux/snmp.h. Each probe represents a single SNMP statistic or MIB. Each of the probe's handler is called when system performs an operation that would alter the associated statistic. Along with each probe is defined an indexed set of counters used to record probe hits. The probe handlers call a user supplied callback functions to determine which counter to alter. The user's callback should returns a key value that will be used to index the counter. For example a callback could return a unique value for each socket. This would results in a separate counter being used for each socket. tcpipstat.stp shows how snmp tapsets could be used. Tcpipstat collects and displays network statistics related to individual TCP sockets or groups of sockets. The statistics that are collected are simmer to that of the command netstat -s, only sorted and grouped by individual sockets. Signed-off-by: David Wilder <dwilder@us.ibm.com>
* Fixed comma space, space dot typos in various man pages.Mark Wielaard2009-05-152-18/+18
| | | | Reported-by: K.Prasad <prasad@linux.vnet.ibm.com>
* Fix few typos in stapprobes manpages found by a spellchecker.Petr Muller2009-05-155-23/+23
|
* 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