Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed typo in last change. | David Smith | 2009-02-10 | 2 | -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 Smith | 2009-02-10 | 2 | -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 RHEL | ddomingo | 2009-02-10 | 1 | -1/+15 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2009-02-10 | 12 | -45/+150 |
|\ | |||||
| * | Move poll_map.exp and poll_map.stp to systemtap.base directory. | William Cohen | 2009-02-09 | 3 | -0/+5 |
| | | |||||
| * | process.create: fix the new_pid read order | Josh Stone | 2009-02-09 | 2 | -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 Cohen | 2009-02-09 | 8 | -44/+139 |
| | | |||||
* | | minor revisions | ddomingo | 2009-02-09 | 1 | -6/+5 |
|/ | |||||
* | Clean up the autoconf caching | Josh Stone | 2009-02-07 | 7 | -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 Cohen | 2009-02-06 | 9 | -86/+110 |
| | | | | Regenerate the catalog information. | ||||
* | Save kernel autoconf options in a cache file | Josh Stone | 2009-02-06 | 4 | -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/systemtap | William Cohen | 2009-02-06 | 5 | -2/+24 |
|\ | |||||
| * | 2.6.29rc build fix: autoconf for proc_dir_entry->owner going away | Frank Ch. Eigler | 2009-02-06 | 5 | -2/+24 |
| | | |||||
* | | Removed syscalls.stp, syscalls1.exp, and syscalls2.exp. | William Cohen | 2009-02-06 | 4 | -36/+6 |
| | | |||||
* | | Move symbols.exp and symbols.stp to systemtap.context directory. | William Cohen | 2009-02-06 | 3 | -0/+5 |
|/ | |||||
* | Make publicanize.sh executable. | William Cohen | 2009-02-06 | 2 | -0/+4 |
| | |||||
* | Tapset Ref Guide: corrected authorgroup cleanup perl script, added support ↵ | ddomingo | 2009-02-06 | 1 | -2/+8 |
| | | | | for forced Synopsis | ||||
* | Tapset Ref Guide: formatted comments, added other values from man page | ddomingo | 2009-02-06 | 1 | -131/+158 |
| | |||||
* | Add contrib tag to quiet warnings. | William Cohen | 2009-02-05 | 2 | -0/+5 |
| | |||||
* | copyright year bump | Frank Ch. Eigler | 2009-02-05 | 1 | -2/+2 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-02-05 | 6 | -0/+36 |
|\ | | | | | | | | | Conflicts: ChangeLog | ||||
| * | PR9740/9816? - workaround for kernel valloc bug | Frank Ch. Eigler | 2009-02-05 | 6 | -0/+36 |
| | | |||||
* | | Include PR9756 in change log. | William Cohen | 2009-02-05 | 1 | -0/+1 |
| | | |||||
* | | Correct footers for systemtap function and probe man pages. | William Cohen | 2009-02-05 | 2 | -4/+8 |
|/ | |||||
* | Minor correction for signal.stp chapter. | William Cohen | 2009-02-05 | 2 | -4/+7 |
| | |||||
* | started fixing signal.stp comments for documentation | ddomingo | 2009-02-05 | 1 | -63/+89 |
| | |||||
* | enter lines to wrap em | ddomingo | 2009-02-05 | 1 | -1/+13 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2009-02-05 | 4 | -13/+73 |
|\ | |||||
| * | Add NEWS process().mark(), sys/sdt.h and dtrace compatibility script. | Mark Wielaard | 2009-02-04 | 2 | -0/+11 |
| | | |||||
| * | Mention run-stap in NEWS. | Mark Wielaard | 2009-02-04 | 2 | -2/+12 |
| | | |||||
| * | Add beginner guide to NEWS. | Mark Wielaard | 2009-02-04 | 2 | -0/+13 |
| | | |||||
| * | Mention SystemTap Tapset Reference Manual in NEWS. | Mark Wielaard | 2009-02-04 | 2 | -0/+10 |
| | | |||||
| * | Correcting previous commit message and Author | K Prasad | 2009-02-04 | 2 | -13/+29 |
| | | | | | | | | 7030: use send_signal instead of generic_send_sig_info and specific_send_sig_info | ||||
| * | Merge commit '4718b445d13b07448e71582f29ce1b0979b8dc50' | Srikar Dronamraju | 2009-02-04 | 2 | -29/+13 |
| | | |||||
| * | --author | Srikar Dronamraju | 2009-02-04 | 2 | -13/+29 |
| | | |||||
* | | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2009-02-04 | 6 | -3/+11 |
|\| | |||||
| * | Update a few more files with Vim modelines | Josh Stone | 2009-02-03 | 6 | -3/+11 |
| | | |||||
* | | commenting out signals entry for now, testing further | ddomingo | 2009-02-04 | 1 | -2/+2 |
| | | |||||
* | | added entry for signals.stp, currently testing stuff | ddomingo | 2009-02-04 | 1 | -0/+9 |
|/ | |||||
* | PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for ↵ | Frank Ch. Eigler | 2009-02-03 | 5 | -35/+31 |
| | | | | non-trap based probes" | ||||
* | Touch up warning message from stap-client | Dave Brolley | 2009-02-03 | 1 | -1/+1 |
| | |||||
* | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-02-03 | 4 | -31/+43 |
|\ | | | | | | | | | | | Conflicts: ChangeLog | ||||
| * | match_node::find_and_build disambiguate error messages. | Mark Wielaard | 2009-02-03 | 2 | -1/+7 |
| | | |||||
| * | cleanup for documentation | ddomingo | 2009-02-03 | 1 | -28/+31 |
| | | |||||
| * | added tag conversion for emphasis | ddomingo | 2009-02-03 | 1 | -0/+3 |
| | | |||||
| * | removes empty <para>s, other minor cleanup items | ddomingo | 2009-02-03 | 1 | -2/+2 |
| | | |||||
* | | Document client/server certificate management and tools. | Dave Brolley | 2009-02-03 | 5 | -26/+207 |
| | | |||||
* | | Use ps -e to look for stap server processes. | Dave Brolley | 2009-02-02 | 3 | -3/+3 |
| | | |||||
* | | Merge branch 'master' of git://sources.redhat.com/git/systemtap | Dave Brolley | 2009-02-02 | 37 | -239/+1600 |
|\| | | | | | | | | | | | | | Conflicts: ChangeLog NEWS | ||||
| * | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-02-02 | 5 | -9/+27 |
| |\ |