summaryrefslogtreecommitdiffstats
path: root/tapsets.cxx
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* PR 2608 plus some refactoring in tapsets.cxxTim Moore2008-06-111-95/+85
* Very early beginnings of memory map notification support.David Smith2008-06-101-0/+1
* Fixed utrace probe '$syscall' handling.David Smith2008-06-091-16/+3
* Fix powerpc PR 6601.Jim Keniston2008-06-091-1/+57
* Made 2.6.25 kernel updates.David Smith2008-06-091-28/+18
* Add .statement("function@file.c+N")Stan Cox2008-06-061-3/+24
* Changed/renamed utrace probes.David Smith2008-06-061-111/+182
* Added string tokens for most probe types.David Smith2008-06-031-32/+52
* PR 6562, Modify SYSTEMTAP_DEBUGINFO_PATH behaviour.Srikar Dronamraju2008-05-301-1/+3
* Removed debug print.David Smith2008-05-281-1/+0
* Handle bug #6500 fallout.David Smith2008-05-281-33/+51
* Minor improvement to multi-threaded support.David Smith2008-05-281-2/+5
* Address powerpc dwarfless test failures.Jim Keniston2008-05-251-9/+50
* PR5643: fix .statement(NUM) regressionWenji Huang2008-05-221-0/+9
* Use tr1/unordered_map instead of the deprecated ext/hash_map.Tim Moore2008-05-201-0/+9
* make the mod_cu_function_cache a hash_map instead of map for more go-goFrank Ch. Eigler2008-05-171-3/+9
* PR5643: function caching for much faster syscall.* pass-2 processingFrank Ch. Eigler2008-05-161-38/+72
* Merge branch 'master' of ssh://sources.redhat.com/git/systemtapFrank Ch. Eigler2008-05-121-134/+782
|\
| * PR 4311 - Function boundary tracing without debuginfo: Phases I and IIJim Keniston2008-05-121-2/+10
| |\
| * \ Merge commit 'origin/dwarfless'Jim Keniston2008-05-121-134/+782
| |\ \