Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | tapset docs cleanup | Frank Ch. Eigler | 2009-09-29 | 1 | -1/+1 |
| | | | | | | | | | | | | | | Several problems: some invalid <command> etc. directives in the tapset embedded docs; some analysis about the non-generation of the pdf; some cleanup of the generated man pages. * configure.ac (BUILD_PDFREFDOCS): Correct condition typo, but still leave disabled. * doc/SystemTap_Tapset_Reference/Makefile.am (XMLTOMANPARMS): Add, to disable noise "AUTHORS" / "COPYRIGHT" sections. * tapset/*.stp: Removed several docbook-y markup that is not valid in kerneldoc. | ||||
* | PR9953: split up the two process.* tapsets | Josh Stone | 2009-04-14 | 1 | -0/+115 |
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. |