diff options
author | Dave Brolley <brolley@redhat.com> | 2009-09-18 18:21:30 -0400 |
---|---|---|
committer | Dave Brolley <brolley@redhat.com> | 2009-09-18 18:21:30 -0400 |
commit | 0d50e4d06218f7a08aad4c8d3d348b2a81344e95 (patch) | |
tree | 33116716bb8a8718175e64d4a43122944a8e3e13 /tapset | |
parent | a6a2869a0f4f784bab36410722f6161eab0f4503 (diff) | |
parent | 825ae5b246c81fae746c93324a05d207103529a9 (diff) | |
download | systemtap-steved-0d50e4d06218f7a08aad4c8d3d348b2a81344e95.tar.gz systemtap-steved-0d50e4d06218f7a08aad4c8d3d348b2a81344e95.tar.xz systemtap-steved-0d50e4d06218f7a08aad4c8d3d348b2a81344e95.zip |
Merge branch 'master' of ssh://sources.redhat.com/git/systemtap
Diffstat (limited to 'tapset')
-rw-r--r-- | tapset/ucontext-symbols.stp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tapset/ucontext-symbols.stp b/tapset/ucontext-symbols.stp index e884a36b..574a32be 100644 --- a/tapset/ucontext-symbols.stp +++ b/tapset/ucontext-symbols.stp @@ -64,7 +64,7 @@ function usymdata:string (addr: long) %{ /* pure */ /* unprivileged */ * name of the function containing the address, and an estimate of * its position within that function. Return nothing. */ -function print_ustack(stk:string) %{ /* pure */ /* unprivileged */ +function print_ustack(stk:string) %{ /* unprivileged */ char *ptr = THIS->stk; char *tok = strsep(&ptr, " "); assert_is_myproc(); |