Sourcetype arg = [ | `Unit| `Int64 of int64| `Pointer of int64| `Koid of int64| `String of string
] Sourcetype thread = {pid : int64;tid : int64;
} Sourceval instant_event :
?args:args ->
t ->
name:string ->
thread:thread ->
category:string ->
ts:int64 ->
unit Sourceval duration_begin :
?args:args ->
t ->
name:string ->
thread:thread ->
category:string ->
ts:int64 ->
unit Sourceval duration_end :
?args:args ->
t ->
name:string ->
thread:thread ->
category:string ->
ts:int64 ->
unit Sourceval user_object :
?args:args ->
t ->
name:string ->
thread:thread ->
int64 ->
unit Sourceval kernel_object :
?args:args ->
t ->
name:string ->
[ `Thread ] ->
int64 ->
unit Sourceval thread_wakeup : ?args:args -> t -> cpu:int -> ts:int64 -> int64 -> unit