summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * Search for a label instead of an address for .so static probes.Stan Cox2009-03-031-1/+4
| * This patch updates the itrace code to support the new utrace interface.Maynard Johnson2009-03-031-0/+1
| * Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtapEugeniy Meshcheryakov2009-02-281-2/+2
| |\
| | * PR9896: Fix SystemTap build on Ubuntu Intrepid.Ananth N Mavinakayanahalli2009-02-251-2/+2
| * | Merge branch 'master' of git+ssh://sources.redhat.com/git/systemtapEugeniy Meshcheryakov2009-02-241-14/+20
| |\|
| | * Improve static probe: c++ navigation, -l output.Stan Cox2009-02-231-13/+16
| | * Check whether a die has any children before iterating over it.Mark Wielaard2009-02-231-1/+4
| * | Don't include unused libebl.hEugeniy Meshcheryakov2009-02-231-1/+0
| |/
* | Merge branch 'master' into pr6866Mark Wielaard2009-02-201-252/+595
|\|
| * Always emit .probes section; use .label method as a backup strategyStan Cox2009-02-181-2/+7
| * Enable typecasting with @castJosh Stone2009-02-181-35/+341
| |\
| | * Enable dwarf expansion of @castsJosh Stone2009-02-181-35/+329
| | * Provide dwarf module names as defaults in @cast()sJosh Stone2009-02-181-0/+12
| * | Handle c++ static user probes via .probe, c via .label.Stan Cox2009-02-151-92/+57
| * | Moved inclusion of runtime/procfs.c to a better place.David Smith2009-02-121-0/+1
| * | Extend blacklist to cover bitops.h. While there, fixup paths for existing bla...Ananth N Mavinakayanahalli2009-02-121-0/+5
| |/
| * Merge branch 'update_visitor'Josh Stone2009-02-101-70/+68
| |\
| | * Expand probe variables without a deep copyJosh Stone2009-02-101-50/+46
| | * Simplify require() and provide()Josh Stone2009-02-101-25/+27
| * | fix segv that sometimes occurs on buildok/nfs-all-probes.stp on 2.6.29ish ker...Frank Ch. Eigler2009-02-101-1/+1
| |/
| * PR9810: Mostly revert "PR6961: initial sketch: set up dummy pt_regs for non-t...Frank Ch. Eigler2009-02-031-26/+11
| * Add .label("label")Stan Cox2009-02-011-0/+67
| * Add Vim modelines for GNU style in stapJosh Stone2009-01-281-0/+2
| * Use 'static' as much as possibleJosh Stone2009-01-281-17/+17
| * Fix syscall.exp.Stan Cox2009-01-261-5/+8
| * PR9768 fixFrank Ch. Eigler2009-01-231-11/+17
* | Merge branch 'master' into pr6866.Mark Wielaard2009-01-231-37/+48
|\|
| * Add dtrace -h supportStan Cox2009-01-221-6/+17
| * improve var=? explanation debugging via -vvvFrank Ch. Eigler2009-01-201-3/+12
| * Fix compilation warning of too large number on 32-bits machines.Wenji Huang2009-01-111-2/+2
| * Put a block around the probe point.Stan Cox2008-12-211-5/+4
| * Convert .mark to .statement(0x) instead of .statement(foo.c:N)Stan Cox2008-12-161-27/+19
* | Always include task_finder.c and enable emit_vm_callback_probe_decl.Mark Wielaard2008-12-151-6/+0
* | PR6866: First pass at translating addresses to symbol names through vma.Mark Wielaard2008-12-101-2/+2
|/
* PR6961: initial sketch: set up dummy pt_regs for non-trap based probesFrank Ch. Eigler2008-12-091-11/+26
* RHBZ 474390 fix.David Smith2008-12-081-17/+31
* turn on elfutils-level debuginfo<->stripped-binary checksum matchingFrank Ch. Eigler2008-12-051-2/+2
* PR5892: rename new -B /PATH to -r /PATH; merge functionalityFrank Ch. Eigler2008-12-031-31/+32
* BZ 5892: Add stap -B to sic systemtap at an alternate kernel build treeRajan Arora2008-12-011-4/+12
* shared library probing: bump up MULTIPLE_UPROBES to 256Frank Ch. Eigler2008-11-291-1/+2
* Support debuginfo static uprobes.Stan Cox2008-11-261-92/+135
* PR7046: uprobes mutex optimizationFrank Ch. Eigler2008-11-251-49/+55
* struct stap_dwarf_probe field is called pp, not pp_name.Mark Wielaard2008-11-251-3/+3
* uprobes: fix & document use of MAXUPROBESFrank Ch. Eigler2008-11-221-6/+8
* PR5689 part 3/3: print kprobe/uprobe skipped statsFrank Ch. Eigler2008-11-221-4/+20
* PR5689 part 2: separate skip counters for low-stack and reentrancy casesFrank Ch. Eigler2008-11-211-11/+15
* Add static uprobe support (static library variant)Stan Cox2008-11-171-1/+103
* performance: switch from local_irq_save to preempt_disable for all probe typesFrank Ch. Eigler2008-11-141-2/+2
* Add scope name to semantic error messages if available when finding locals.Mark Wielaard2008-11-111-0/+6
* PR6998: Add default kernel symbols to profile.Wenji Huang2008-11-061-0/+1