summaryrefslogtreecommitdiffstats
path: root/runtime/uprobes-common.c
Commit message (Collapse)AuthorAgeFilesLines
* Relax sdt address check for attach to running process case.Stan Cox2010-01-151-2/+2
| | | | * uprobes-common.c (stap_uprobe_change_plus): Relax VM_EXEC check.
* PR11151: Recover stap_uprobes slots on process exitJosh Stone2010-01-141-0/+15
| | | | | | | | | | When a process exits, it won't necessarily bother to munmap all of its shared libraries. This patch makes sure that with uprobes in libraries, we still grab an exit notification and clear everything out. * runtime/uprobes-common.c (stap_uprobe_process_munmap): New. * tapsets.cxx (uprobe_derived_probe_group::emit_module_decls): Use above callback so that we can recover our resources on process exit.
* Move userspace probing boiler plate code in translator to runtime library.William Cohen2010-01-131-0/+289