class TraceTree::Point::CcallThreadInitialize

Public Class Methods

event_class_method() click to toggle source
# File lib/trace_tree/point/ccall_thread_initialize.rb, line 5
def self.event_class_method
  [:c_call, Thread, :initialize]
end

Public Instance Methods

callees() click to toggle source
# File lib/trace_tree/point/ccall_thread_initialize.rb, line 9
def callees
  [terminal.thread_begin]
end