diff options
author | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
---|---|---|
committer | Tim Moore <timoore@redhat.com> | 2009-12-18 19:14:25 +0100 |
commit | 547a3b44141e7c7b6548d130bb37f18a634a50a2 (patch) | |
tree | f13c681a2f045d8d133e9388aded783bf9de4e0d /tapset/ucontext-unwind.stp | |
parent | 471fca5e53a239f7fa4d04b7b6d6f53765a3d598 (diff) | |
parent | a18a40d0cf1408d5575165ebc4374a1ab4f9fbc0 (diff) | |
download | systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.gz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.tar.xz systemtap-steved-547a3b44141e7c7b6548d130bb37f18a634a50a2.zip |
Merge commit 'origin/master'
Diffstat (limited to 'tapset/ucontext-unwind.stp')
-rw-r--r-- | tapset/ucontext-unwind.stp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tapset/ucontext-unwind.stp b/tapset/ucontext-unwind.stp index 399ce0c5..b9a9fbb5 100644 --- a/tapset/ucontext-unwind.stp +++ b/tapset/ucontext-unwind.stp @@ -41,7 +41,6 @@ function print_ubacktrace () %{ /* unprivileged */ * shorter (just name and offset), and the function address is * printed if it can't be mapped to a name. */ - function print_ubacktrace_brief () %{ /* unprivileged */ assert_is_myproc(); if (CONTEXT->regs) { |