diff options
author | Dave Brolley <brolley@redhat.com> | 2009-07-23 12:43:03 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-07-23 12:43:03 -0400 |
commit | c04c525de43003fb00612df635a7c819b5a1d645 (patch) | |
tree | 22cd1e41f84a66d7eaece8e17138bf83427f4bab /runtime/autoconf-save-stack-trace.c | |
parent | 6c456acd35009630facd95cca91483a92aa50e9f (diff) | |
parent | 4a8636a307a9a532dcc60b5ad8bf809a20dc24c3 (diff) | |
download | systemtap-steved-c04c525de43003fb00612df635a7c819b5a1d645.tar.gz systemtap-steved-c04c525de43003fb00612df635a7c819b5a1d645.tar.xz systemtap-steved-c04c525de43003fb00612df635a7c819b5a1d645.zip |
Merge branch 'master' of git://sources.redhat.com/git/systemtap
Diffstat (limited to 'runtime/autoconf-save-stack-trace.c')
-rw-r--r-- | runtime/autoconf-save-stack-trace.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/autoconf-save-stack-trace.c b/runtime/autoconf-save-stack-trace.c index 39ded684..07d45c31 100644 --- a/runtime/autoconf-save-stack-trace.c +++ b/runtime/autoconf-save-stack-trace.c @@ -11,7 +11,7 @@ void foo(struct task_struct *foo) trace.entries = &backtrace[0]; trace.max_entries = 20; trace.skip = 0; - save_stack_trace_tsk(tsk, &trace); + save_stack_trace_tsk(foo, &trace); } static const struct stacktrace_ops print_stack_ops; |