summaryrefslogtreecommitdiffstats
path: root/runtime/utrace_compatibility.h
Commit message (Collapse)AuthorAgeFilesLines
* PR9974: adapt to utrace_connected_engine -> utrace_engineFrank Ch. Eigler2009-03-221-0/+5
| | | | | | Adjusted all headers that #include <linux/utrace.h> to follow with: /* PR9974: Adapt to struct renaming. */
* start of rhel5 compatibility for itraceFrank Ch. Eigler2009-03-191-1/+8
|
* Add workaround for fedora 9 2.6.26 kernels to utrace_compatibility.h.Mark Wielaard2008-10-061-1/+22
|
* New utrace fixes.David Smith2008-09-251-6/+27
| | | | | | | | | | | | | | | | 2008-09-25 David Smith <dsmith@redhat.com> * task_finder.c (__stp_utrace_attach): Added action flag to know to request the thread to be stopped or not. (stap_utrace_attach): Now just calls __stp_utrace_attach(). (__stp_utrace_task_finder_target_quiesce): Handles utrace_set_events() errors properly. * utrace_compatibility.h (enum utrace_resume_action): Added utrace_resume_action enum. (utrace_control): Added UTRACE_STOP support. (utrace_engine_put): New. (utrace_barrier): New.
* Supports original and new utrace interfaces.David Smith2008-08-201-0/+57
2008-08-20 David Smith <dsmith@redhat.com> * tapsets.cxx (utrace_derived_probe_group::emit_probe_decl): Supports original and new utrace interfaces. (utrace_derived_probe_group::emit_module_decls): Ditto. 2008-08-20 David Smith <dsmith@redhat.com> * task_finder.c: Supports original and new utrace interfaces. * utrace_compatibility.h (utrace_attach_task): Compatibility layer for original utrace interface.