summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
...
| * PR 6445 (partial). Implemented system-wide utrace probes.David Smith2008-08-121-2/+19
| * Fixed compilation warning on gcc 3.xWenji Huang2008-08-111-1/+1
| * let $$vars work even with unsupported c types (e.g., funkytown floats)Frank Ch. Eigler2008-08-111-17/+35
* | let $$vars work even with unsupported c types (e.g., funkytown floats)Frank Ch. Eigler2008-08-111-17/+35
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-111-1/+0
|\|
| * remove \n from end of $$vars/etc. convenience variablesFrank Ch. Eigler2008-08-111-1/+0
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-111-11/+7
|\|
| * PR5049: fix overbroad effects of naive "*" prefixing; instead use optional "*...Frank Ch. Eigler2008-08-111-5/+7
| * PR5049: prefix with "*" any filenames given in "fn@filename:line" probesFrank Ch. Eigler2008-08-111-3/+12
| * Indentation fix.David Smith2008-08-111-12/+12
| * Moved details of utrace detach to stap_utrace_detach().David Smith2008-08-081-7/+1
* | PR5049: prefix with "*" any filenames given in "fn@filename:line" probesFrank Ch. Eigler2008-08-111-3/+12
* | restore process(PID).statement(ADDR).absolute probe supportFrank Ch. Eigler2008-08-101-7/+26
* | PR4225 and PR6826: expand & canonicalize executable path names process probesFrank Ch. Eigler2008-08-091-67/+53
* | rework utrace $syscall var to expand to tapset fn, not synthetic hard-coded oneFrank Ch. Eigler2008-08-071-20/+1
* | unbreak utrace probes by including task-finder.cFrank Ch. Eigler2008-08-071-0/+2
* | Merge commit 'origin/master' into pr4225Frank Ch. Eigler2008-08-061-1/+361
|\|
| * Add test for $$vars, $$params, $$locals.Stan Cox2008-08-051-0/+1
| * Add $$vars, $$parms, $$localsStan Cox2008-08-041-1/+78
| * session.h (struct systemtap_session): Added itrace_derived_probedcn2008-07-291-0/+282
* | PR4225: use shared stap_uprobe[] pool in .bssFrank Ch. Eigler2008-08-021-32/+36
* | PR4225: it's alive, alive!Frank Ch. Eigler2008-08-021-4/+4
* | PR4225: signs of lifeFrank Ch. Eigler2008-08-021-75/+296
* | Merge commit '552fdd9f5a7eb3394888356301929c078173a22b' into pr4225Frank Ch. Eigler2008-07-231-2/+2
|\|
| * fix semantic error: no entrypc found using probe .statement(*@file:line) cons...James Bottomley2008-07-231-2/+2
* | PR4225: support intermingled process/kernel/module probes without screwing up...Frank Ch. Eigler2008-07-231-185/+114
* | PR4225: parse process("path").function/statement probe pointsFrank Ch. Eigler2008-07-221-98/+184
|/
* PR442528 (PR6028): register dummy kprobes on ia64 for fixing bsp offset.Masami Hiramatsu2008-07-181-0/+43
* PR442528Frank Ch. Eigler2008-07-181-0/+8
* Avoid statement wildcard lines without a unique address.Stan Cox2008-07-181-3/+6
* fix missing functions in cachesJames Bottomley2008-07-151-40/+44
* Changed method of getting the value of $syscall.David Smith2008-07-151-3/+23
* PR6739: speed up decl-alias cache by avoiding its recomputation; move to per-...Frank Ch. Eigler2008-07-111-19/+26
* PR6703: gcc4.1 build compatibilityFrank Ch. Eigler2008-07-101-2/+1
* Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-07-091-0/+93
|\
| * Fix semantic error: empty structJames Bottomley2008-07-091-0/+93
* | Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-07-041-2/+2
|\|
| * Add auto_free_ref to auto_free stuff; bug 6694Tim Moore2008-06-291-2/+2
* | Merge commit 'origin/master' into pr6429-comp-unwindsymsFrank Ch. Eigler2008-06-271-91/+84
|\|
| * Fix bug in handling process(PID) probes.David Smith2008-06-271-1/+1
| * Only probe lines once for the :* wildcard line pattern.Stan Cox2008-06-251-1/+4
| * Cleanup in tapsets.cxxTim Moore2008-06-241-89/+79
* | utrace process("PATH") also populate session unwindsym_modulesFrank Ch. Eigler2008-06-231-0/+5
* | populate sess.unwindsym_modules set from dwarf probesFrank Ch. Eigler2008-06-231-1/+2
|/
* make module_cache a session field rather than plain staticFrank Ch. Eigler2008-06-231-21/+34
* Major update to memory map change notification code.David Smith2008-06-231-0/+57
* Add kernel.statement("Func@File:*) and kernel.statement("Func@File:X-Y)Stan Cox2008-06-231-86/+108
* more warning/error consistency for alternatives listingFrank Ch. Eigler2008-06-161-7/+1
* Fix bug in dwfl_assert call.Tim Moore2008-06-111-1/+1
* Fix some logic inversions with dwfl_assert.Tim Moore2008-06-111-3/+3