summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixed typo in last change.David Smith2009-02-102-2/+5
| | | | | | | 2009-02-10 David Smith <dsmith@redhat.com> * task_finder.c (stap_utrace_detach_ops): Fixed typo. (__stp_utrace_attach): Ditto.
* Ignores kernel threads (by checking for PF_KTHREAD).David Smith2009-02-102-0/+31
| | | | | | | | | 2009-02-10 David Smith <dsmith@redhat.com> * task_finder.c (stap_utrace_detach): Ignores kernel threads by checking task's flags for PF_KTHREAD. (stap_utrace_detach_ops): Ditto. (__stp_utrace_attach): Ditto.
* BZ484506, added yum setup instructions for RHELddomingo2009-02-101-1/+15
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2009-02-1012-45/+150
|\
| * Move poll_map.exp and poll_map.stp to systemtap.base directory.William Cohen2009-02-093-0/+5
| |
| * process.create: fix the new_pid read orderJosh Stone2009-02-092-1/+6
| | | | | | | | | | | | | | | | | | | | * process.stp (process.create): Read the task pid *after* the task pointer is checked for errors. This is to fix a problem reported on the mailing list: http://sources.redhat.com/ml/systemtap/2009-q1/msg00403.html CC: Luis Fernando Muñoz Mejías <Luis.Fernando.Munoz.Mejias@cern.ch>
| * Revised version of kmalloc-top in systemtap.examples.William Cohen2009-02-098-44/+139
| |
* | minor revisionsddomingo2009-02-091-6/+5
|/
* Clean up the autoconf cachingJosh Stone2009-02-077-97/+176
| | | | | | | | | | | | | | | | | This makes the stapconf caching process quite a bit more transparent. The options are now cached in a header file as #defines, and this header file is a normal build dependency instead of calling so many make $(shell ...) commands. * buildrun.cxx (compile_pass): Pull in autoconf options in a header of #defines rather than -DXXX, and make that header a build dependency. * buildrun.cxx (output_autoconf): New function to consolidate the computation of each autoconf test. * cache.cxx (add_to_cache, get_from_cache, clean_cache): Start treating the stapconf header as a first-class cached item. * cache.h: Move definitions of things only needed in cache.cxx * hash.cxx (find_stapconf_hash): Generate stapconf_name as a .h now. * main.cxx (main): Default the stapconf_name based on getpid().
* Fold the systemtap.samples/iotask*.stp into systemtap.examples/io/iostats.stp.William Cohen2009-02-069-86/+110
| | | | Regenerate the catalog information.
* Save kernel autoconf options in a cache fileJosh Stone2009-02-064-73/+143
| | | | | | | | | | We're getting enough autoconf tests now that it's a significant chunk of the build time. Adding this cache shaves several seconds off for me. * hash.cxx (find_hash): Compute a separate script-independent hash for caching autoconf values, saved in session.stapconf_path. * buildrun.cxx (compile_pass): Tweak the Makefile to read/save the autoconf values in the cache directory
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2009-02-065-2/+24
|\
| * 2.6.29rc build fix: autoconf for proc_dir_entry->owner going awayFrank Ch. Eigler2009-02-065-2/+24
| |
* | Removed syscalls.stp, syscalls1.exp, and syscalls2.exp.William Cohen2009-02-064-36/+6
| |
* | Move symbols.exp and symbols.stp to systemtap.context directory.William Cohen2009-02-063-0/+5
|/
* Make publicanize.sh executable.William Cohen2009-02-062-0/+4
|
* Tapset Ref Guide: corrected authorgroup cleanup perl script, added support ↵ddomingo2009-02-061-2/+8
| | | | for forced Synopsis
* Tapset Ref Guide: formatted comments, added other values from man pageddomingo2009-02-061-131/+158
|
* Add contrib tag to quiet warnings.William Cohen2009-02-052-0/+5
|
* copyright year bumpFrank Ch. Eigler2009-02-051-2/+2
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2009-02-056-0/+36
|\ | | | | | | | | Conflicts: ChangeLog
| * PR9740/9816? - workaround for kernel valloc bugFrank Ch. Eigler2009-02-056-0/+36
| |
* | Include PR9756 in change log.William Cohen2009-02-051-0/+1
| |
* | Correct footers for systemtap function and probe man pages.William Cohen2009-02-052-4/+8
|/
* Minor correction for signal.stp chapter.William Cohen2009-02-052-4/+7
|
* started fixing signal.stp comments for documentationddomingo2009-02-051-63/+89
|
* enter lines to wrap emddomingo2009-02-051-1/+13
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2009-02-054-13/+73
|\
| * Add NEWS process().mark(), sys/sdt.h and dtrace compatibility script.Mark Wielaard2009-02-042-0/+11
| |
| * Mention run-stap in NEWS.Mark Wielaard2009-02-042-2/+12
| |
| * Add beginner guide to NEWS.Mark Wielaard2009-02-042-0/+13
| |
| * Mention SystemTap Tapset Reference Manual in NEWS.Mark Wielaard2009-02-042-0/+10
| |
| * Correcting previous commit message and AuthorK Prasad2009-02-042-13/+29
| | | | | | | | 7030: use send_signal instead of generic_send_sig_info and specific_send_sig_info
| * Merge commit '4718b445d13b07448e71582f29ce1b0979b8dc50'Srikar Dronamraju2009-02-042-29/+13
| |
| * --authorSrikar Dronamraju2009-02-042-13/+29
| |
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtapddomingo2009-02-046-3/+11
|\|
| * Update a few more files with Vim modelinesJosh Stone2009-02-036-3/+11
| |
* | commenting out signals entry for now, testing furtherddomingo2009-02-041-2/+2
| |
* | added entry for signals.stp, currently testing stuffddomingo2009-02-041-0/+9
|/
* PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for ↵Frank Ch. Eigler2009-02-035-35/+31
| | | | non-trap based probes"
* Touch up warning message from stap-clientDave Brolley2009-02-031-1/+1
|
* Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-02-034-31/+43
|\ | | | | | | | | | | Conflicts: ChangeLog
| * match_node::find_and_build disambiguate error messages.Mark Wielaard2009-02-032-1/+7
| |
| * cleanup for documentationddomingo2009-02-031-28/+31
| |
| * added tag conversion for emphasisddomingo2009-02-031-0/+3
| |
| * removes empty <para>s, other minor cleanup itemsddomingo2009-02-031-2/+2
| |
* | Document client/server certificate management and tools.Dave Brolley2009-02-035-26/+207
| |
* | Use ps -e to look for stap server processes.Dave Brolley2009-02-023-3/+3
| |
* | Merge branch 'master' of git://sources.redhat.com/git/systemtapDave Brolley2009-02-0237-239/+1600
|\| | | | | | | | | | | | | Conflicts: ChangeLog NEWS
| * Merge branch 'master' of ssh://sources.redhat.com/git/systemtapWilliam Cohen2009-02-025-9/+27
| |\