Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Only include man3stap pages if documentation built. | William Cohen | 2009-03-19 | 1 | -1/+1 |
| | |||||
* | Adjust systemtap.spec to include the relocated man pages (PR980). | William Cohen | 2009-03-18 | 1 | -1/+5 |
| | |||||
* | Put man pages from tapset in 3stap (PR9870). | William Cohen | 2009-03-18 | 5 | -8/+11 |
| | |||||
* | Make manpager.sh executable. | William Cohen | 2009-03-18 | 1 | -0/+0 |
| | |||||
* | Fix for spinlock bad magic error with itrace probe point | Maynard Johnson | 2009-03-18 | 1 | -6/+2 |
| | |||||
* | Don't mutex_unlock in __stp_tf_get_vma_map_entry_internal. | Mark Wielaard | 2009-03-18 | 1 | -1/+0 |
| | | | | | | | | | All callers of __stp_tf_get_vma_map_entry_internal lock and unlock the mutex correctly themselves in all cases. This unlock would trigger a double unlock. * runtime/task_finder_vma.c (__stp_tf_get_vma_map_entry_internal): Don't mutex_unlock(&__stp_tf_vma_mutex). | ||||
* | minor edit | ddomingo | 2009-03-18 | 1 | -2/+1 |
| | |||||
* | minor edits | ddomingo | 2009-03-18 | 1 | -8/+7 |
| | |||||
* | final copy, for review | ddomingo | 2009-03-18 | 1 | -56/+46 |
| | |||||
* | Replace systemtap.samples/ioblocktest.stp with ioblktime.stp. | William Cohen | 2009-03-17 | 8 | -23/+74 |
| | |||||
* | Improve static_uprobes.exp | Stan Cox | 2009-03-17 | 1 | -12/+6 |
| | | | | * systemtap.base/static_uprobes.exp: Compile with -x c++. Test .probes absence. | ||||
* | Get the canonical path of the main file for comparison at runtime. | Mark Wielaard | 2009-03-17 | 3 | -1/+11 |
| | | | | | | | | | When given directly by the user through -d or in case of the kernel name and path might differ. path should be used for matching. * runtime/sym.h (_stp_module): Add path field. * runtime/task_finder.c (__stp_tf_vm_cb): Use module path to compare vm_path. * translate.cxx (dump_unwindsyms): Output canonical path. | ||||
* | Remove trailing 'g' from scsi.stp file. | Mark Wielaard | 2009-03-17 | 1 | -1/+0 |
| | | | | * tapset/scsi.stp: Remove 'g' at end of file. | ||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | ddomingo | 2009-03-17 | 5 | -10/+42 |
|\ | |||||
| * | Add pid-based data lookup function. | Wenji Huang | 2009-03-16 | 3 | -1/+29 |
| | | | | | | | | Two functions pid2task and pid2execname. | ||||
| * | PR9951: Prevent GCC warnings in deref() | Josh Stone | 2009-03-16 | 1 | -6/+5 |
| | | | | | | | | | | | | | | | | | | In some configurations, GCC was warning about a possible use of _v in the deref macros. I could not reproduce the error, but the only case where _v is not written is if lookup_bad_addr rejects the address, in which case we will hit DEREF_FAULT and _v won't be used. Now we're priming _v=0 anyway, so GCC has no right to complain... | ||||
| * | Fix regression in tracepoint unregistration | Josh Stone | 2009-03-16 | 1 | -3/+8 |
| | | | | | | | | | | | | | | | | | | | | | | | | Commit 96b030fe reorganized the tracepoint registration calls by creating generic wrappers that return int. However, the older tracepoint implementation (as found in RHEL5.3) returned void for unreg, so this was failing pass-4. Since we can't handle unregistration failures anyway, this change just makes the generic unregister function return void instead. As noted in the newly-added comment, it should be safe for us to ignore unreg failures. | ||||
* | | minor edits | ddomingo | 2009-03-17 | 1 | -38/+32 |
| | | |||||
* | | working copy, still existing issues with Description headers, will work on ↵ | ddomingo | 2009-03-17 | 1 | -9/+11 |
| | | | | | | | | it tom | ||||
* | | minor edits | ddomingo | 2009-03-17 | 1 | -1/+1 |
| | | |||||
* | | minor edits | ddomingo | 2009-03-17 | 6 | -21/+20 |
| | | |||||
* | | working copy | ddomingo | 2009-03-17 | 1 | -1/+9 |
| | | |||||
* | | further cleanup for formatting | ddomingo | 2009-03-17 | 1 | -4/+4 |
| | | |||||
* | | further cleanup for formatting | ddomingo | 2009-03-17 | 1 | -21/+21 |
| | | |||||
* | | minor edits | ddomingo | 2009-03-17 | 1 | -48/+22 |
| | | |||||
* | | minor edits | ddomingo | 2009-03-17 | 1 | -1/+1 |
| | | |||||
* | | almost done, output clean, just a few more improvements | ddomingo | 2009-03-17 | 1 | -44/+62 |
|/ | |||||
* | Edit signal.stp documentation comments. | William Cohen | 2009-03-16 | 1 | -69/+105 |
| | |||||
* | Add workaround for dwfl_module_build_id bug with elfutils < 0.140. | Mark Wielaard | 2009-03-16 | 1 | -7/+25 |
| | | | | | * translate.cxx (dump_unwindsyms): Check elfutils version and whether build_id_vaddr < base, and if so add main_bias to address. | ||||
* | almost done, script generates man pages of stapprobes based on what we add ↵ | ddomingo | 2009-03-16 | 1 | -0/+103 |
| | | | | to Tapset_Reference_Guide | ||||
* | minor edits to ensure uniformity in manpage generator | ddomingo | 2009-03-16 | 1 | -4/+4 |
| | |||||
* | minor edit | ddomingo | 2009-03-16 | 1 | -4/+3 |
| | |||||
* | minor edits | ddomingo | 2009-03-16 | 1 | -6/+6 |
| | |||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -6/+8 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -1/+3 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -1/+3 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -1/+3 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -1/+3 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -3/+5 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -3/+5 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -9/+11 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -1/+4 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -1/+5 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -1/+5 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -1/+5 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | fixed format of non-grabbable comments (for Tapset Reference Guide), added ↵ | ddomingo | 2009-03-16 | 1 | -1/+5 |
| | | | | tapsetdescription for man page generator (in development) | ||||
* | added description for memory tapset | ddomingo | 2009-03-16 | 1 | -3/+7 |
| | |||||
* | Move vma module tracking from pr6866 branch to master. | Mark Wielaard | 2009-03-15 | 3 | -11/+45 |
| | | | | | | | | | | | | * tapsets.cxx (utrace_derived_probe_group::emit_module_decls): Always emit vm callback probe for __stp_tf_vm_cb. * runtime/task_finder.c (__stp_tf_vm_cb): Always expose, move _stp_dbug statements under ifdef DEBUG_TASK_FINDER_VMA. Find and record corresponding module when vm_path not NULL. * runtime/task_finder_vma.c (struct __stp_tf_vma_entry): Add _stp_module. (stap_add_vma_map_info): Add _stp_module argument and assign. (__stp_tf_get_vma_entry_addr): New static function to get the __stp_tf_vma_entry given an address. | ||||
* | Fixups to allow Tapset_Reference_guide documentation to build. | William Cohen | 2009-03-14 | 1 | -2/+14 |
| | |||||
* | Merge branch 'master' of ssh://sources.redhat.com/git/systemtap | William Cohen | 2009-03-13 | 5 | -16/+41 |
|\ |