summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Collapse)AuthorAgeFilesLines
* Add Vim modelines for GNU style in stapJosh Stone2009-01-281-0/+2
|
* Use 'static' as much as possibleJosh Stone2009-01-281-17/+17
| | | | | | | | | | This change just inserts 'static' on runtime, tapset, and generated C functions and globals, so the compiler can do a better job of optimizing. My tests with small scripts show ~10% reduction in compile time and ~20% reduction in module size. Larger scripts may show less benefit, but I expect purely positive results.
* Fix syscall.exp.Stan Cox2009-01-261-5/+8
|
* PR9768 fixFrank Ch. Eigler2009-01-231-11/+17
|
* 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
|
* 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
| | | | | | | | | | | | 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.
* turn on elfutils-level debuginfo<->stripped-binary checksum matchingFrank Ch. Eigler2008-12-051-2/+2
| | | | | | 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.
* 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
|
* ET_EXEC needs no further relocation.Stan Cox2008-11-061-1/+1
|
* PR6028 / BZ468143: ia64 fetch-register speedupMasami Hiramatsu2008-11-041-4/+11
|
* Add function name and file to semantic error messages for $return.Mark Wielaard2008-11-031-2/+8
|
* PR6871: weaken prologue searching assertionsFrank Ch. Eigler2008-10-271-2/+8
|
* Simplify hrtimer get/set expires logic a bitJosh Stone2008-10-241-7/+8
|
* Fix hrtimer.expires name change.Josh Stone2008-10-241-3/+8
| | | | | | The field is renamed to _expires starting in 2.6.28-rc1, and it's not meant to be directly manipulated. Instead hrtimer users are supposed to use hrtimer_get_expires and hrtimer_set_expires.
* PR6946: Allow probing of 32-bit ppc apps with ppc64 kernels.Jim Keniston2008-10-241-1/+3
|
* PR6749: tolerate failed kprobe_*register with warningFrank Ch. Eigler2008-10-101-1/+10
|
* Display source context for error and warning messages (6701)Rajan Arora2008-10-091-1/+1
|
* Don't crash when reporting an error if getting alternatives fails.Mark Wielaard2008-09-301-2/+4
|
* PR6916: fix STRUCT1 ($var alternatives error message syntax) regressionFrank Ch. Eigler2008-09-261-2/+6
|
* PR6829: leave unregister_uprobe() to the professionals (uprobe itself) for ↵Frank Ch. Eigler2008-09-261-5/+21
| | | | target exec/exit
* Handling members with anonymous structs / unionsPrerna2008-09-251-12/+103
|
* PR6028: use ip instead of pp for probe identification.Masami Hiramatsu2008-09-121-1/+1
|
* gcc 4.4 build compatibility tweaksFrank Ch. Eigler2008-09-121-1/+1
|
* PR6871: sadly, reenable prologue searching for user-space function probesFrank Ch. Eigler2008-09-111-7/+2
|
* PR6876: translator speedup for many $varsFrank Ch. Eigler2008-09-101-4/+8
|
* Add $return context variables on per-process-syscall.return probesMasami Hiramatsu2008-09-091-10/+22
|
* Add $argN context variables on per-process-syscall probesMasami Hiramatsu2008-09-091-10/+73
|
* Add $name context variable support on marker probesMasami Hiramatsu2008-09-091-29/+20
|
* x86-32 blacklist extension (rhel5 testing based)Frank Ch. Eigler2008-09-071-0/+2
|
* task_finder <-> target_pid coupling; staprun/target_cmd fork under ptrace ↵Frank Ch. Eigler2008-09-051-1/+4
| | | | control
* PR4225: minor uprobe unregistration speedupFrank Ch. Eigler2008-09-021-6/+3
|
* PR4225: unregistration snowballing thinko fixFrank Ch. Eigler2008-09-021-10/+39
|
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-09-021-1/+2
|\ | | | | | | | | | | | | | | * 'master' of ssh://sources.redhat.com/git/systemtap: Fix semantic error caused by -P option in nodwarf testing. revised for new publican build update added all else Display written but unread global statistics.