166 dispatch = { |
166 dispatch = { |
167 "call": trace_dispatch_call, |
167 "call": trace_dispatch_call, |
168 "exception": profile.Profile.trace_dispatch_exception, |
168 "exception": profile.Profile.trace_dispatch_exception, |
169 "return": profile.Profile.trace_dispatch_return, |
169 "return": profile.Profile.trace_dispatch_return, |
170 "c_call": profile.Profile.trace_dispatch_c_call, |
170 "c_call": profile.Profile.trace_dispatch_c_call, |
171 "c_exception": profile.Profile.trace_dispatch_return, # the C function returned |
171 "c_exception": profile.Profile.trace_dispatch_return, |
|
172 # the C function returned |
172 "c_return": profile.Profile.trace_dispatch_return, |
173 "c_return": profile.Profile.trace_dispatch_return, |
173 } |
174 } |