summaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * tty: Adding tty.stp to the documentationBreno Leitão2009-10-291-0/+9
| | | | | | | | Adding the TTY tapset to the .tmpl Reference documentation
| * Enable Kbuild-like quiet buildsJosh Stone2009-10-222-5/+27
| | | | | | | | | | | | | | | | This enables much cleaner build output from automake. To re-enable the verbose commands, pass --disable-silent-rules to configure, or use V=1 at make time. * configure.ac: Enable AM_SILENT_RULES by default.
* | Infrastructure for new stap-server initscript.Dave Brolley2009-10-202-166/+74
|/
* Updated checking for grapher dependencies.David Smith2009-10-152-0/+4
| | | | | | | | | | | | * configure.ac: Made sure nss includes will error even if only 1 header isn't usable. Added grapher dependencies gtkmm and boost headers. * Makefile.in: Regenerated. * config.in: Ditto. * configure: Ditto. * doc/Makefile.in: Ditto. * doc/SystemTap_Tapset_Reference/Makefile.in: Ditto. * grapher/Makefile.am: Use libglade CFLAGS/LIBS. * grapher/Makefile.in: Regenerated.
* Add task_time tapset, functions to query time resource usage of current task.Mark Wielaard2009-10-091-0/+10
| | | | | | | * tapset/task_time.stp: New tapset. * testsuite/buildok/task_test.stp: Add new task_time functions. * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Add new section on Task Time Tapset. Include tapset/task_time.stp.
* PR10702: preprocessor conditional for kernel CONFIG_fooFrank Ch. Eigler2009-10-081-0/+11
| | | | | | | | * session.h (kernel_config[]): New session field. * main.cxx (parse_kernel_config): Populate it. * parse.cxx (eval_comparison): Use it. * testsuite/buildok/utrace.stp, testsuite/parseok/kconfig.stp: New tests. * NEWS, stap.1.in, doc/langref.tex: Mention it.
* Add proc_mem tapset, functions to query memory usage of the current process.Mark Wielaard2009-10-061-1/+3
| | | | | | | * tapset/proc_mem.stp: New tapset. * testsuite/buildok/proc_mem.stp * doc/SystemTap_Tapset_Reference/tapsets.tmpl (memory_stp): Include tapset/proc_mem.stp.
* doc build: support older xmlto without --stringparm optionFrank Ch. Eigler2009-09-302-1/+3
| | | | | * configure.ac: Check for xmlto --stringparam support. * doc/Systemtap_Tapset_Reference/Makefile.am: Be sensitive to the result.
* Delete trailing whitespaceRobb Romans2009-09-291-42/+42
|
* Add information about userspace probingRobb Romans2009-09-291-0/+239
| | | | | Add information from the manual pages and from Prerna Saxena about userspace probing to the Language Reference Guide.
* tapset docs cleanupFrank Ch. Eigler2009-09-292-6/+9
| | | | | | | | | | | | | | 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.
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapDavid Smith2009-09-241-0/+7
|\
| * PR10632: simplify randint() implementationFrank Ch. Eigler2009-09-231-0/+7
| | | | | | | | | | | | | | | | | | * tapset/random.stp (randint): Make it 1-arity (imply min=0). Document with kerneldoc. * doc/Systemtap_Tapset_Reference/tapsets.tmpl: Extract the docs. * runtime/arith.c (_stp_random_pm_u): Rename without _pm. (_stp_random_pm): Rewrite in terms of ..._u. * testsuite/random.stp: Adapt & simplify.
* | Fixed grapher build problem caused by configure update.David Smith2009-09-242-4/+4
|/ | | | | | | | * grapher/Makefile.am: Updated gtkmm CFLAGS/LIBS variable name. * grapher/Makefile.in: Regenerated. * Makefile.in: Ditto. * doc/Makefile.in * doc/SystemTap_Tapset_Reference/Makefile.in
* PR10390: ftrace() tapset functionFrank Ch. Eigler2009-09-231-0/+8
| | | | | | | | | | | * tapset/logging.stp (ftrace): New function. (*): Add kerneldoc to other functions. * doc/SystemTap_Tapset_Reference/tapsets.tmpl: Process logging.stp. * stapfuncs.3stap.in: Remove "LOGGING" section, now redundant. * runtime/autoconf-trace-printk.c: New autoconf test. * buildrun.cxx (compile_pass): Build it. * NEWS: Mention it. * testsuite/buildok/logging.stp: Test it.
* Version bumps for the 1.0 releaseJosh Stone2009-09-222-74/+166
|