diff options
author | David Smith <dsmith@redhat.com> | 2009-04-08 12:41:55 -0500 |
---|---|---|
committer | David Smith <dsmith@redhat.com> | 2009-04-08 12:41:55 -0500 |
commit | 55c0f2bfefb04915622dd3688bba59da1addaec8 (patch) | |
tree | c97ac52bf791b18ad66b554e0c3d9070abced0ef /runtime/runtime.h | |
parent | 53ad27be6e5829546dba9a61cfee1d043eaafa70 (diff) | |
download | systemtap-steved-55c0f2bfefb04915622dd3688bba59da1addaec8.tar.gz systemtap-steved-55c0f2bfefb04915622dd3688bba59da1addaec8.tar.xz systemtap-steved-55c0f2bfefb04915622dd3688bba59da1addaec8.zip |
Only includes task_finder.c when needed.
2009-04-08 David Smith <dsmith@redhat.com>
* tapsets.cxx (itrace_derived_probe_group::emit_module_decls):
Added inclusion of task_finder.c back. Unconditionally including
it when not needed causes all systemtap scripts to fail on kernels
with no utrace support.
(utrace_derived_probe_group::emit_module_decls): Ditto.
(uprobe_derived_probe_group::emit_module_decls): Ditto.
* runtime/runtime.h: Removed unconditional inclusion of
task_finder.c.
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 0a656b78..70fe4dce 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -89,8 +89,6 @@ static struct #include "regs.c" #include "regs-ia64.c" -#include "task_finder.c" - #include "sym.c" #ifdef STP_PERFMON #include "perf.c" |