summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
* Cache the tracepoint query resultsJosh Stone2009-03-201-1/+33
* PR9967: don't count -DINTERRUPTIBLE=1 reentrancy against MAXSKIPPEDFrank Ch. Eigler2009-03-201-1/+3
* PR9960: support tracepoint struct/union value argJosh Stone2009-03-191-3/+13
* Throw type into semantic_error message of @cast when not found.Mark Wielaard2009-03-191-1/+2
* Disable kprobe blacklist in guru mode.Lubomir Rintel2009-03-191-3/+11
* rename process().itrace -> process().insn introduce process().insn.blockFrank Ch. Eigler2009-03-191-3/+10
* PR9959: hide tracepoint arguments of unknown typeJosh Stone2009-03-181-18/+22
* PR9959: improve tracepoint arg type-namingJosh Stone2009-03-181-14/+26
* Support tracepoints with no argumentsJosh Stone2009-03-181-0/+2
* Fix regression in tracepoint unregistrationJosh Stone2009-03-161-3/+8
* Move vma module tracking from pr6866 branch to master.Mark Wielaard2009-03-151-4/+0
* Simplify tracepoint registrationsJosh Stone2009-03-121-28/+43
* Fix @cast module splittingJosh Stone2009-03-111-1/+1
* PR 7071: Optional $context variables fixRajan Arora2009-03-111-12/+25
* Make marker probe support listing mode -LWenji Huang2009-03-101-0/+22
* Make tracepoint probe support listing mode -LWenji Huang2009-03-101-0/+7
* PR9932: add @cast module search pathJosh Stone2009-03-101-39/+30
* Let -DINTERRUPTIBLE=0 mask interrupts in probesJosh Stone2009-03-091-24/+27
* Add tracepoint $$parms alias for $$varsJosh Stone2009-03-091-3/+5
* Update location of c->probe_point resetJosh Stone2009-03-091-1/+1
* Fix and add tests for function(".so").statement(N)Stan Cox2009-03-081-3/+3
* PR9930: reentrancy debuggingFrank Ch. Eigler2009-03-071-38/+35
* Tweak tracepoint logic to run on tracepoint_synchronize_unregister()-less RHEL5Frank Ch. Eigler2009-03-071-4/+13
* Ensure tracepoints are synchronized after unregJosh Stone2009-03-061-0/+4
* Enable tracepoint target variablesJosh Stone2009-03-061-3/+338
* Emit code to hook up tracepoint probesJosh Stone2009-03-061-4/+157
* Build skeleton tracepoint probesJosh Stone2009-03-061-4/+79
* Scan tracequery.ko for tracepointsJosh Stone2009-03-061-1/+79
* Build tracequery to scan for tracepointsJosh Stone2009-03-061-0/+82
* Make iterate_over_functions work with base_querysJosh Stone2009-03-061-14/+17
* Make session.module_cache init more consistentlyJosh Stone2009-03-041-7/+3
* 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
|/
* 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
|/