Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Install yum-utils when yumdownloader is missing first in stapprep.sh. | Mark Wielaard | 2009-07-28 | 1 | -0/+4 |
| | | | | | * doc/SystemTap_Beginners_Guide/en-US/extras/stapprep.sh: Check whether yumdownloader is already available and install yum-utils if not. | ||||
* | minor typo | Don Domingo | 2009-07-20 | 1 | -1/+1 |
| | |||||
* | revising for brew build | Don Domingo | 2009-07-20 | 2 | -2/+32 |
| | |||||
* | minor revisions to language | Don Domingo | 2009-07-20 | 1 | -9/+19 |
| | |||||
* | Update for RHEL 5.4 | William Cohen | 2009-07-15 | 1 | -1/+1 |
| | |||||
* | Add desciption of tracepoint event. | William Cohen | 2009-07-15 | 1 | -0/+26 |
| | |||||
* | Add description of dropwatch to the examples. | William Cohen | 2009-07-15 | 2 | -0/+115 |
| | |||||
* | added tcpdumplike.stp to Network for Fedora build only | ddomingo | 2009-05-07 | 2 | -1/+117 |
| | |||||
* | added ioblktime.stp to guide | ddomingo | 2009-05-05 | 2 | -0/+113 |
| | |||||
* | added tcp_connections.stp | ddomingo | 2009-04-30 | 2 | -0/+88 |
| | |||||
* | PR9953: split up the two process.* tapsets | Josh Stone | 2009-04-14 | 1 | -1/+1 |
| | | | | | | | 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. | ||||
* | drop Core from Fedora name | Dan Horak | 2009-02-23 | 2 | -3/+3 |
| | |||||
* | added Tracking System Call Volume Per Process section | ddomingo | 2009-02-20 | 2 | -0/+133 |
| | |||||
* | 485491, revised installation instructions, now uses yum install and ↵ | ddomingo | 2009-02-18 | 1 | -78/+67 |
| | | | | debuginfo-install for kernel info pkgs | ||||
* | added legal notice to override Publican default, doc source is now GPL2 | ddomingo | 2009-02-18 | 2 | -1/+31 |
| | |||||
* | added topsys.stp to examples (profiling) | ddomingo | 2009-02-12 | 3 | -12/+143 |
| | |||||
* | added section on how to monitor polling (testsuite/profiling/timeout.stp) | ddomingo | 2009-02-11 | 2 | -0/+138 |
| | |||||
* | corrected author name | ddomingo | 2009-02-11 | 1 | -0/+10 |
| | |||||
* | BZ484506, added yum setup instructions for RHEL | ddomingo | 2009-02-10 | 1 | -1/+15 |
| | |||||
* | Add newline at end of doc/SystemTap_Beginners_Guide/Makefile. | William Cohen | 2009-01-28 | 1 | -1/+1 |
| | |||||
* | cleaner versions | ddomingo | 2009-01-28 | 2 | -13/+11 |
| | |||||
* | added pre and post routines to Makefile, also cleaned up syncandbuild.sh | ddomingo | 2009-01-28 | 2 | -10/+20 |
| | |||||
* | fixed syncnbuild script to automate tag revisions depending on product ↵ | ddomingo | 2009-01-27 | 1 | -1/+12 |
| | | | | target (i.e. RHEL vs Fedora) | ||||
* | minimized RHEL-isms in doc source, still need to edit <productname> and ↵ | ddomingo | 2009-01-27 | 3 | -3/+9 |
| | | | | <productnumber> when building for non-RHEL though | ||||
* | corrected index entries as per wcohen | ddomingo | 2008-12-16 | 1 | -50/+50 |
| | |||||
* | Minor edits error chapter. | William Cohen | 2008-12-15 | 1 | -3/+4 |
| | |||||
* | Minor editing for example scripts. | William Cohen | 2008-12-15 | 3 | -6/+9 |
| | |||||
* | Minor edits in associative array sections. | William Cohen | 2008-12-15 | 2 | -5/+5 |
| | |||||
* | Clarify optional else clause. | William Cohen | 2008-12-15 | 1 | -1/+2 |
| | |||||
* | Minor edits and format corrections. | William Cohen | 2008-12-15 | 2 | -70/+70 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2008-12-11 | 7 | -602/+681 |
|\ | |||||
| * | edited index terms as per wcohen | ddomingo | 2008-12-11 | 7 | -602/+681 |
| | | |||||
* | | Add information about default MAXNESTING and MAXACTION allowed. | William Cohen | 2008-12-10 | 1 | -1/+4 |
|/ | |||||
* | Clean up formatting iotime-simple.stp | William Cohen | 2008-12-10 | 1 | -3/+3 |
| | |||||
* | Edit useful script examples. Clean up formating para-call-graph-simple.stp | William Cohen | 2008-12-10 | 3 | -31/+33 |
| | |||||
* | Edit text sections on associative arrays. Also tweak example two space indent. | William Cohen | 2008-12-10 | 2 | -86/+84 |
| | |||||
* | revised for re-push to docs stage | ddomingo | 2008-12-10 | 2 | -2/+17 |
| | |||||
* | revised for re-push to docs stage | ddomingo | 2008-12-10 | 1 | -1/+1 |
| | |||||
* | revised discussion on multiple index expressions | ddomingo | 2008-12-09 | 2 | -2/+40 |
| | |||||
* | Edits to Scripts.xml and ScriptConstructs.xml. | William Cohen | 2008-12-08 | 2 | -45/+97 |
| | |||||
* | revisions as per wcohen | ddomingo | 2008-12-09 | 1 | -3/+27 |
| | |||||
* | Minor edits in Chapter 2 and avoid using using yum file that may not be there. | William Cohen | 2008-12-08 | 3 | -15/+16 |
| | |||||
* | Minor edits for Introduction. | William Cohen | 2008-12-08 | 1 | -3/+3 |
| | |||||
* | more edits | ddomingo | 2008-12-04 | 3 | -51/+24 |
| | |||||
* | moving Network scripts ahead of Disk to shrink pages in html-en-US | ddomingo | 2008-12-04 | 1 | -8/+8 |
| | |||||
* | revised as per wcohen, added new section iotime | ddomingo | 2008-12-04 | 2 | -2/+83 |
| | |||||
* | revised as per wcohen, added new section iotime | ddomingo | 2008-12-04 | 9 | -17/+217 |
| | |||||
* | added new index entries for neglected error items | ddomingo | 2008-12-02 | 1 | -1/+144 |
| | |||||
* | Minor editing of Errors chapter. | William Cohen | 2008-12-01 | 1 | -8/+12 |
| | |||||
* | added index tags | ddomingo | 2008-12-01 | 2 | -9/+529 |
| |