summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add documentation about Flight Recorder Mode to Beginner's GuideWilliam Cohen2010-03-301-0/+136
|
* PR4105 Support up to 9 (up from 5) array indices documentation.William Cohen2010-03-291-1/+1
|
* Use the @defined rather than kernel_v in the inode-watch.stpWilliam Cohen2010-03-122-14/+14
|
* Minor corrections to inode-watch.stp example.William Cohen2010-03-121-2/+2
|
* Make the stap-prep script available in the RPM.William Cohen2010-03-121-39/+0
|
* Revert "Make stap-prep script available in the RPM"William Cohen2010-03-121-0/+39
| | | | This reverts commit da3dfc346ff926f0f1bdd2872fe4f5f8e920953a.
* Make stap-prep script available in the RPMWilliam Cohen2010-03-121-39/+0
|
* langref.tex editingWilliam Cohen2010-03-121-228/+283
| | | | | | | | | | | | Reviewed the language reference manual and made editing changes: -Reorderd sections for better grouping -Added description of the @defined operation -Corrected limits for MAXSTRENLEN and number of indices in associate array -Adjusted language in aggregates section -Corrected @hist example writeup. -Make output for @hist avoid page breaks -Updated information about manpages in "For Futher References" section
* Language Refrence manual clean up.William Cohen2010-03-031-36/+22
| | | | | | -Remove unneeded pagebreak() -Remove duplicate system() command description -Clean up the function prototypes
* PR11004: try / catch error-handling script syntaxFrank Ch. Eigler2010-03-031-1/+23
| | | | | | | | | | | | | | | * parse.h (try_block): New class. Update basic visitors. * staptree.cxx: Implement basic visitors. * parse.cxx (expect_kw): Fix to actually look for keywords. (parse_try_block): New function. (lexer ctor): Designate 'try' and 'catch' as keywords. * elaborate.cxx (dead_assignment_remover, dead_statmtexpr_remover): Optimize. (other visitors): Implement. * translate.cxx (c_unparser): Implement via super-handy __local__ labels. (emit_probe, emit_function): Make outer out: label also __local__. * testsuite/buildok/fortyone.stp, semko/fortynine.stp, systemtap.base/trycatch.exp: Test it. * NEWS, doc/langref.txt, stap.1.in: Document it.
* Revise the embedded-C.stp example to something more portable.William Cohen2010-03-022-36/+28
|
* Minor clean-up in tutorial.William Cohen2010-03-021-4/+5
|
* Make the inode-watch.stp example work on newer kernels.William Cohen2010-03-022-10/+22
|
* PR11114: simplify librpm autoconfFrank Ch. Eigler2010-02-253-9/+0
| | | | | * configure.ac: Check for -lrpm with simple AC_CHECK_LIB. * Makefile.am: Forget about @rpm_LIBS@
* Don't try to parallel install partial build-elfutils build in lib-elfutils.Mark Wielaard2010-02-163-3/+0
| | | | | | | | | | | | | | | | | | | The parallel install into lib-elfutils during the build seems to be fragile, so explicitly install the libs with -j1. * Makefile.am (stamp-elfutils): Add -j1 in for dir loop sub make. * Makefile.in: Regenerated. * aclocal.m4: Likewise. * compile: Likewise. * config.in: Likewise. * configure: Likewise. * doc/Makefile.in: Likewise. * doc/SystemTap_Tapset_Reference/Makefile.in: Likewise. * doc/beginners/Makefile.in: Likewise. * grapher/Makefile.in: Likewise. * testsuite/Makefile.in: Likewise. * testsuite/aclocal.m4: Likewise. * testsuite/configure: Likewise.
* Add documentation for task.stp tapset.Mark Wielaard2010-02-151-0/+1
|
* Run autoreconfEugeniy Meshcheryakov2010-01-213-5/+8
|
* build fix: rhbz55060: stdlib.h vs sys/wait.h __WAIT_STATUS conflictsFrank Ch. Eigler2010-01-131-2/+2
|
* Move PKGLIBDIR variable set to testsuite/Makefile.am for self-contained tests.William Cohen2010-01-081-1/+1
|
* Make publican invocation make -j safe.Mark Wielaard2010-01-052-7/+9
| | | | | | | | | publican isn't make -j safe. So cheat a little, always create pdf and html at the same time, then make html depend on pdf build for copying. * doc/beginners/Makefile.am ($(SBG).pdf): Also generate html version. ($(SBG).html): Depend on pdf version, then copy. * doc/beginners/Makefile.in: Regenerated.
* Reformat/change per Josh's email comments.Robb Romans2010-01-041-53/+77
|
* Add SystemTap_Beginners_Guide to build.Mark Wielaard2010-01-0227-115/+487
| | | | | | | | | | | | | | | | | | | | | | | | * configure.ac: Add --enable-publican and --with-publican-brand. Setup "shadow" directory doc/beginners. * Makefile.in: Regenerated. * configure: Regenerated. * doc/Makefile.am (SUBDIRS): Add beginners. * doc/Makefile.in: Regenerated. * doc/SystemTap_Beginners_Guide/en-US/Book_Info.xml (productname): Set to Systemtap. (productnumber): Set to 1.0. * SystemTap_Beginners_Guide/en-US/*.xml: Replace includes from extras/testsuite to ../testsuite, * doc/SystemTap_Beginners_Guide/publican.cfg: Moved to ... * doc/SystemTap_Beginners_Guide/publican.cfg.in: ... here. * doc/SystemTap_Beginners_Guide/Makefile: Removed. * doc/SystemTap_Beginners_Guide/old-syncandbuild.sh: Removed. * doc/SystemTap_Beginners_Guide/syncandbuild.sh: Removed. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * doc/beginners/Makefile.am: New makefile. * doc/beginners/Makefile.in: New generated file. * grapher/Makefile.in: Regenerated. * systemtap.spec: Add with_publican and publican_brand.
* Incremented version number for release 1.1.David Smith2009-12-212-77/+191
| | | | | | | | | | | | | | | | * NEWS: Set version number. * configure.ac: Incremented version number. * systemtap.spec: Incremented version number and added changelog entry. * testsuite/configure.ac: Ditto. * Makefile.in: Regenerated. * aclocal.m4: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.in: Ditto. * testsuite/Makefile.in: Ditto. * testsuite/aclocal.m4: Ditto. * testsuite/configure: Ditto.
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2009-12-172-191/+77
|\
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-12-171-0/+28
| |\
| * | PR 10889: Reorganize client/server man pages. Document --unprivileged.Dave Brolley2009-12-172-191/+77
| | |
* | | Add PROD2 to allow beginner's guide to be built again.William Cohen2009-12-171-0/+1
| |/ |/|
* | Add function to generate saner html file names for langref.William Cohen2009-12-171-0/+28
|/
* minor correctionDon Domingo2009-12-021-2/+2
|
* correcting license, forgot to change back yesterday while testing default ↵Don Domingo2009-12-021-3/+3
| | | | Publican 1 license
* Regenerate autotools files using autoreconf to pick up latest Makefile.am ↵Dave Brolley2009-12-012-77/+191
| | | | changes.
* Convert string.stp documentation to standard markup.Mark Wielaard2009-12-011-0/+9
| | | | | | * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add string.stp chapter. * tapset/string.stp: Convert documentation to standard markup and add documentation that was missing.
* minor modifications to allow book to build in latest Publican (1.x). to ↵Don Domingo2009-12-011-8/+21
| | | | build in older versions of Publican, use old-syncandbuild.sh
* minor modifications to allow book to build in latest Publican (1.x). to ↵Don Domingo2009-12-011-1/+1
| | | | build in older versions of Publican, use old-syncandbuild.sh
* minor modifications to allow book to build in latest Publican (1.x). to ↵Don Domingo2009-12-011-1/+2
| | | | build in older versions of Publican, use old-syncandbuild.sh
* minor modifications to allow book to build in latest Publican (1.x). to ↵Don Domingo2009-12-011-3/+4
| | | | build in older versions of Publican, use old-syncandbuild.sh
* minor modifications to allow book to build in latest Publican (1.x). to ↵Don Domingo2009-12-012-0/+33
| | | | build in older versions of Publican, use old-syncandbuild.sh
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-235-7/+24
|\ | | | | | | | | | | Conflicts: configure
| * Fixed tapset reference manual generation.David Smith2009-11-232-2/+2
| | | | | | | | | | | | | | * doc/SystemTap_Tapset_Reference/Makefile.am: Check for file existence before doing compare. * doc/SystemTap_Tapset_Reference/Makefile.in: Regenerated. * tapset/ioblock.stp: Fixed comment so that docs can be built.
| * Added tracepoint-based probes to block IO and IO scheduler tapsets.Prerna Saxena2009-11-221-2/+3
| | | | | | | | | | Added testcases for these probes. Also, modified comments in ioblock.stp so that tapset docmentation can be automatically generated for this tapset.
| * PR4037: 32-bit staprun vs. 64-bit kernels just works (tm)Frank Ch. Eigler2009-11-172-2/+0
| | | | | | | | | | * configure.ac (PROCFLAGS): Don't define it. * Makefile.am: Don't use it.
| * Add documentation for ansi.stp tapset.Mark Wielaard2009-11-161-0/+9
| | | | | | | | | | * tapset/ansi.stp: Add documentation for every function. * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add chapter on ansi.
| * Delete test commit fileJosh Stone2009-11-131-1/+0
| |
| * Turn ctime.stp documentation into proper Tapset Reference markup.Mark Wielaard2009-11-131-0/+10
| | | | | | | | | | * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add chapter on ctime.stp. * tapset/ctime.stp: Turn documentation into proper reference markup.
* | Ensure uprobes/Makefile never returns failure due to setting permissions.Dave Brolley2009-11-232-191/+77
|/ | | | | Ensure uprobes install directory has group 'stap-server'. Rename igid_in to in_group.
* Add documentation for conversions.stp tapset functions.Mark Wielaard2009-11-121-0/+9
| | | | | * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add conversions.stp chapter. * tapset/conversions.stp: Add documentation for all functions.
* build: quiet down xmlto tests and runsFrank Ch. Eigler2009-11-112-6/+6
| | | | | * configure.ac (xmlto --stringparam check): Add >&/dev/null. * doc/*/Makefile.am (xmlto runs): Ditto.
* PR10927: undocument nonexistent do/while constructFrank Ch. Eigler2009-11-101-10/+0
|
* Fix stapprobes.irq title and add to install listJosh Stone2009-11-102-77/+191
| | | | (And incidentally re-enable quiet builds at the same time...)
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDave Brolley2009-11-031-0/+9
|\ | | | | | | | | | | | | | | | | | | | | Conflicts: Makefile.in configure doc/Makefile.in doc/SystemTap_Tapset_Reference/Makefile.in grapher/Makefile.in testsuite/configure