diff options
author | Mark Wielaard <mjw@redhat.com> | 2009-04-08 23:35:21 +0200 |
---|---|---|
committer | Mark Wielaard <mjw@redhat.com> | 2009-04-08 23:38:40 +0200 |
commit | 8c39e6ee099a479b3f8e25bad1272085369970a9 (patch) | |
tree | 85979e3703642b27553302884127c1756b4943e1 /runtime/runtime.h | |
parent | 9b11ea1ccc742f6a594be6a9777e618bdcbfebed (diff) | |
download | systemtap-steved-8c39e6ee099a479b3f8e25bad1272085369970a9.tar.gz systemtap-steved-8c39e6ee099a479b3f8e25bad1272085369970a9.tar.xz systemtap-steved-8c39e6ee099a479b3f8e25bad1272085369970a9.zip |
Make sure code using the vma tracker compiles again.
* runtime/runtime.h: Include task_finder.c.
* runtime/sym.c: Always define task_finder callbacks for usage in tapsets.
* runtime/task_finder.c: Define dummy stap_task_finder_target when
! defined(CONFIG_UTRACE).
* tapsets.cxx: Never include task_finder.c directly.
Diffstat (limited to 'runtime/runtime.h')
-rw-r--r-- | runtime/runtime.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/runtime.h b/runtime/runtime.h index 70fe4dce..0a656b78 100644 --- a/runtime/runtime.h +++ b/runtime/runtime.h @@ -89,6 +89,8 @@ static struct #include "regs.c" #include "regs-ia64.c" +#include "task_finder.c" + #include "sym.c" #ifdef STP_PERFMON #include "perf.c" |