summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* Minor edits in Chapter 2 and avoid using using yum file that may not be there.William Cohen2008-12-083-15/+16
|
* Minor edits for Introduction.William Cohen2008-12-081-3/+3
|
* RHBZ 474390 fix.David Smith2008-12-082-17/+41
| | | | | | | | | | | | 2008-12-08 David Smith <dsmith@redhat.com> RHBZ 474390 * tapsets.cxx (dwflpp::cu_function_caching_callback): Handles NULL return from dwarf_diename(). (dwflpp::print_locals): Ditto. (dwflpp::find_variable_and_frame_base): Ditto. (dwflpp::literal_stmt_for_return): Ditto. (dwarf_builder::build): Ditto.
* PR7062: base uprobes tree on s.runtime_path instead of PKGDATADIRFrank Ch. Eigler2008-12-082-2/+9
|
* Fix the compilation warning of uprobe in FC9.Wenji Huang2008-12-072-2/+6
|
* Merge branch 'master'; commit 'origin/pr6925'Elliott Baron2008-12-058-67/+142
|\
| * PR6925: generate script to run stap from build directoryRoland McGrath2008-12-034-0/+48
| |
| * PR7063: honor SYSTEMTAP_STAPRUN and SYSTEMTAP_STAPIO environment variablesRoland McGrath2008-12-035-67/+94
| |
* | mention the potentially unobvious: systemtap needs CONFIG_MODULE & ↵Frank Ch. Eigler2008-12-051-1/+2
| | | | | | | | CONFIG_MODULE_UNLOAD
* | fix documentation of default SYSTEMTAP_DEBUGINFO_PATHFrank Ch. Eigler2008-12-051-1/+1
| |
* | Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtapKent Sebastian2008-12-054-4/+10
|\ \
| * \ Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-12-058-73/+24
| |\ \ | | | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: PR7051: Remove broken printf %n directive support
| * | | turn on elfutils-level debuginfo<->stripped-binary checksum matchingFrank Ch. Eigler2008-12-054-4/+10
| | | | | | | | | | | | | | | | | | | | | | | | This is necessary to detect mismatching debuginfo for user-space programs without build-id. We don't have run-time version assertions for user-space binaries.
* | | | Removed an unused variable left from printf %n (PR7051)Kent Sebastian2008-12-051-2/+1
| |/ / |/| |
* | | PR7051: Remove broken printf %n directive supportroot2008-12-058-73/+24
|/ /
* | Remove STAP_PROBE_START.Stan Cox2008-12-045-30/+29
| |
* | more editsddomingo2008-12-043-51/+24
| |
* | moving Network scripts ahead of Disk to shrink pages in html-en-USddomingo2008-12-041-8/+8
|/
* revised as per wcohen, added new section iotimeddomingo2008-12-042-2/+83
|
* revised as per wcohen, added new section iotimeddomingo2008-12-049-17/+217
|
* PR6925: encourage people to configure with a --prefixFrank Ch. Eigler2008-12-033-0/+28
|
* PR6925: tolerate modules left over from previous crashed? stap sessionsFrank Ch. Eigler2008-12-032-2/+18
|
* mergedFrank Ch. Eigler2008-12-034-2/+55
|\ | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: PR7053: Add checking empty aggregate and default print where @count==0. Add man page entry for stap -B
| * PR7053: Add checking empty aggregate and default print where @count==0.Wenji Huang2008-12-023-1/+54
| |
| * Add man page entry for stap -BRajan Arora2008-12-021-0/+6
| |
* | PR5892: rename new -B /PATH to -r /PATH; merge functionalityFrank Ch. Eigler2008-12-0311-131/+146
|/
* added new index entries for neglected error itemsddomingo2008-12-021-1/+144
|
* Minor editing of Errors chapter.William Cohen2008-12-011-8/+12
|
* BZ 5892: Add stap -B to sic systemtap at an alternate kernel build treeRajan Arora2008-12-017-22/+91
|
* added index tagsddomingo2008-12-012-9/+529
|
* make uprobes -p5 test message matching more liberalFrank Ch. Eigler2008-11-292-8/+7
|
* test suite: simplify static-uprobes pass/fail messagesFrank Ch. Eigler2008-11-292-5/+9
|
* buildrun/caching warning cleanupFrank Ch. Eigler2008-11-295-22/+44
|
* shared library probing: bump up MULTIPLE_UPROBES to 256Frank Ch. Eigler2008-11-291-1/+2
|
* NEWS: add blurbs re "stap -t" skippage and shared library probingFrank Ch. Eigler2008-11-291-0/+15
|
* NEWS: expanded recent blurbsFrank Ch. Eigler2008-11-291-2/+13
|
* PR 6965: tweak symbol/unwind control macros to STP_NEED_{UNWIND,SYMBOL}_DATAFrank Ch. Eigler2008-11-285-20/+37
|
* PR6965 - Conditionally compile symbol table. Split context.stp into 3 files.Elliott Baron2008-11-285-138/+185
|
* PR5376: probe alias parsing tweaksFrank Ch. Eigler2008-11-284-0/+19
|
* PR5947: make runtime code -Wpointer-arith-cleanFrank Ch. Eigler2008-11-285-7/+21
|
* PR4783: remove traces of stap{run,io} self-renicingFrank Ch. Eigler2008-11-283-6/+7
|
* PR6477: tolerate null token, e.g., from unwindsym warning messageFrank Ch. Eigler2008-11-282-1/+9
|
* more indexesddomingo2008-11-289-15/+338
|
* more indexesddomingo2008-11-285-8/+271
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-11-2815-141/+377
|\
| * PR7035: don't suppress all error messages during listings modeWenji Huang2008-11-273-5/+9
| |
| * clone (CLONE_CHILD_CLEARTID|CLONE_CHILD_SETTID|SIGCHLD) is just fork ().Mark Wielaard2008-11-272-1/+6
| |
| * Support debuginfo static uprobes.Stan Cox2008-11-267-132/+306
| |
| * Add scsi trace-doc material.William Cohen2008-11-264-3/+56
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2008-11-274-4/+28
|\|