summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add ucontext-symbols and ucontext-unwind tapset functions to the manual.Mark Wielaard2009-05-281-0/+2
| | | | | | | * tapset/ucontext-unwind.stp (ubacktrace): Remove empty line before function triggering parse errors for doc scanner. * doc/SystemTap_Tapset_Reference/tapsets.tmpl (chapter context_stp): Add tapset/ucontext-symbols.stp and tapset/ucontext-unwind.stp.
* Suggest rpms to install using debuginfo-install.William Cohen2009-05-272-8/+14
| | | | | | | | | The patch makes use of the RPM libraries to determine which rpm supplied the executable and from that information suggest a command to install the appropriate debuginfo rpm. This is enabled using the "--with-rpm" option for configure. Can be explicitly disabled with "--without-rpm".
* Move dfwlpp into its own fileJosh Stone2009-05-122-23/+23
| | | | | It's not a terribly clean split, but moving it helps reveals some of the knots that need to be untangled.
* Correct typo in BUILD_SERVER test in configure.ac.Dave Brolley2009-05-112-23/+23
|
* Check whether certutil as provided by nss-tools is installed.Mark Wielaard2009-05-082-0/+2
| | | | | | | | | | | * configure.ac: Add check for certuril, don't build nss stap server when not found. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * grapher/Makefile.in: Likewise.
* Search for only under $(SRCDIR)/tapsets for tapsets.xml and cleanup.Mark Wielaard2009-05-082-2/+4
| | | | | | * doc/SystemTap_Tapset_Reference/Makefile.am (tapsets.xml): Only search under $(SRCDIR)/tapsets for .stp files. Cleanup tapsets.xml.new. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated.
* removed unnecessary perl statementsddomingo2009-05-081-7/+7
|
* moves starthere tag higher to remove more content preventing publican buildddomingo2009-05-081-2/+1
|
* Don't print out the commands.William Cohen2009-05-071-1/+1
|
* Correct TMPFILE and TMPFILE2 file names.William Cohen2009-05-071-3/+3
|
* added tcpdumplike.stp to Network for Fedora build onlyddomingo2009-05-072-1/+117
|
* Run autoreconfEugeniy Meshcheryakov2009-05-062-0/+2
|
* run autoreconfEugeniy Meshcheryakov2009-05-061-25/+25
|
* Fix --enable-refdocsEugeniy Meshcheryakov2009-05-061-3/+3
|
* Run autoreconfEugeniy Meshcheryakov2009-05-051-24/+25
|
* Only disable building of PDF version of refdocs if xmlto is badEugeniy Meshcheryakov2009-05-051-1/+7
|
* Run autoreconfEugeniy Meshcheryakov2009-05-052-25/+23
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-05-052-0/+113
|\
| * added ioblktime.stp to guideddomingo2009-05-052-0/+113
| |
* | Module signing and verification using a separate file for the module signature.Dave Brolley2009-05-042-19/+19
|/
* added tcp_connections.stpddomingo2009-04-302-0/+88
|
* Add grapher executable and doc generated files and dirs to .gitignore files.Mark Wielaard2009-04-261-0/+3
|
* Make sure values get passed to xmlto.William Cohen2009-04-232-6/+2
|
* Revert "Make sure that the pool_size and hash_size are passed into xmlto."William Cohen2009-04-232-2/+6
| | | | This reverts commit 52bc8b53c4bf03d51edf02d088aa04af809b9005.
* Make sure that the pool_size and hash_size are passed into xmlto.William Cohen2009-04-232-6/+2
|
* Bump pool_size and hash_size to build Systemtap Tapset Refence manual.William Cohen2009-04-232-0/+6
|
* Finish moving grapher into a subdirectoryTim Moore2009-04-202-0/+6
| | | | | | | | | | * configure.ac (GRAPHER): Configuration prefix for variables defined by PKG_CHECK_MODULES macro. (BUILD_GRAPHER): New conditional variable (enable-grapher): New option (AC_CONFIG_FILES): Add grapher/Makefile * Makefile.am (SUBDIRS): Add grapher * grapher/Makefile.am: New file
* Move grapher to subdirectoryTim Moore2009-04-202-6/+0
|
* graphing widget and test harnessTim Moore2009-04-152-0/+6
|
* PR9953: split up the two process.* tapsetsJosh Stone2009-04-143-6/+6
| | | | | | | 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.
* Fix so publicanized Tapset Reference manual can be generated again.William Cohen2009-04-071-30/+77
|
* Add fake Systemtap Hackers author to tapset reference manual template.Mark Wielaard2009-03-311-0/+8
| | | | * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add authorblock.
* Version bumps for 0.9.5 releaseJosh Stone2009-03-272-0/+2
|
* Move man pages from man5 to man3 (3stap).Will Cohen2009-03-242-2/+0
|
* Move tapset documentation manpages from man3stap to man3.William Cohen2009-03-242-6/+6
|
* removed authorblock from tapset reference guide; added ip.stp to templateFrank Ch. Eigler2009-03-201-35/+4
|
* Put man pages from tapset in 3stap (PR9870).William Cohen2009-03-183-6/+8
|
* Make manpager.sh executable.William Cohen2009-03-181-0/+0
|
* minor editddomingo2009-03-181-2/+1
|
* final copy, for reviewddomingo2009-03-181-56/+46
|
* working copy, still existing issues with Description headers, will work on ↵ddomingo2009-03-171-9/+11
| | | | it tom
* working copyddomingo2009-03-171-1/+9
|
* minor editsddomingo2009-03-171-1/+1
|
* almost done, output clean, just a few more improvementsddomingo2009-03-171-44/+62
|
* almost done, script generates man pages of stapprobes based on what we add ↵ddomingo2009-03-161-0/+103
| | | | to Tapset_Reference_Guide
* minor editsddomingo2009-03-161-6/+6
|
* added description for memory tapsetddomingo2009-03-161-3/+7
|
* Fixups to allow Tapset_Reference_guide documentation to build.William Cohen2009-03-141-2/+14
|
* Add missing </para>.William Cohen2009-03-131-1/+1
|
* added commenting/documentation guidelinesddomingo2009-03-091-7/+174
|