diff options
author | David Smith <dsmith@redhat.com> | 2009-07-20 15:25:01 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-07-20 15:25:01 -0500 |
commit | c8a44dea9630e500f1eb44cb7934217fb2212f4e (patch) | |
tree | dfd55664328796a060bee36b79c127fb00c69eb0 /buildrun.cxx | |
parent | c3d506aed4f651a98d1afde2fe700822edf9e78e (diff) | |
download | systemtap-steved-c8a44dea9630e500f1eb44cb7934217fb2212f4e.tar.gz systemtap-steved-c8a44dea9630e500f1eb44cb7934217fb2212f4e.tar.xz systemtap-steved-c8a44dea9630e500f1eb44cb7934217fb2212f4e.zip |
Fixed PR 10386 by removing the need to convert a pid to a task.
* 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.
Diffstat (limited to 'buildrun.cxx')
-rw-r--r-- | buildrun.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/buildrun.cxx b/buildrun.cxx index 7bcdcf8d..5967066e 100644 --- a/buildrun.cxx +++ b/buildrun.cxx @@ -158,7 +158,6 @@ compile_pass (systemtap_session& s) output_autoconf(s, o, "autoconf-vm-area.c", "STAPCONF_VM_AREA", NULL); output_autoconf(s, o, "autoconf-procfs-owner.c", "STAPCONF_PROCFS_OWNER", NULL); output_autoconf(s, o, "autoconf-alloc-percpu-align.c", "STAPCONF_ALLOC_PERCPU_ALIGN", NULL); - output_autoconf(s, o, "autoconf-find-task-pid.c", "STAPCONF_FIND_TASK_PID", NULL); output_autoconf(s, o, "autoconf-x86-gs.c", "STAPCONF_X86_GS", NULL); #if 0 |