Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fixed PR 10386 by removing the need to convert a pid to a task. | David Smith | 2009-07-20 | 1 | -6/+0 |
| | | | | | | | | | * runtime/itrace.c (usr_itrace_init): Changed prototype to take a task_struct instead of a pid. * tapset-itrace.cxx (emit_module_decls): Updated usr_itrace_init() call. * runtime/autoconf-find-task-pid.c: Removed, since only user_itrace_init() was using it. * buildrun.cxx (compile_pass): Removed autoconf-find-task-pid.c test. | ||||
* | add runtime/autoconf magic for itrace on pre-find_task_by_vpid kernels | Frank Ch. Eigler | 2009-03-19 | 1 | -0/+6 |