inviso_rt

Functions


start(Node, Options, Tag, Condition) -> term()

stop(Node) -> term()

init_tracing(Pid, TracerData) -> term()

stop_tracing_parallel(RTpids) -> term()

try_to_adopt(Pid, Tag, Condition) -> term()

confirm_connection(Pid, Tag) -> term()

get_node_info(Pid) -> term()

suspend(NodeOrPid, Reason) -> term()

call_suspend(NodeOrPid, Reason) -> term()

cancel_suspension(Pid) -> term()

change_options(Pid, Options) -> term()

clear_all_tp(Pid) -> term()

clear(Pid, Options) -> term()

trace_patterns_parallel(RTpids, Args, Flags) -> term()

trace_flags_parallel(RTpids, Args, How) -> term()

trace_flags_parallel(RTpidArgs, How) -> term()

trace_flags_parallel(RTpidArgsHow) -> term()

meta_tracer_call_parallel(RTpids, Args) -> term()

get_status(Pid) -> term()

get_tracerdata(Pid) -> term()

list_logs(Pid) -> term()

list_logs(Pid, TD) -> term()

fetch_log(Pid, CollectPid) -> term()

fetch_log(Pid, CollectPid, Spec) -> term()

delete_log(Pid) -> term()

delete_log(Pid, TracerDataOrLogList) -> term()

state(NodeOrPid) -> term()

init_tracing(TracerData) -> term()

tp(Module, Function, Arity, MatchSpec) -> term()

tp(Module, Function, Arity, MatchSpec, Opts) -> term()

tp(PatternList) -> term()

tpg(Mod, Func, Arity, MatchSpec) -> term()

tpg(Mod, Func, Arity, MatchSpec, Opts) -> term()

tpg(PatternList) -> term()

tpl(Module, Function, Arity, MatchSpec) -> term()

tpl(Module, Function, Arity, MatchSpec, Opts) -> term()

tpl(PatternList) -> term()

ctp(Module, Function, Arity) -> term()

ctp(PatternList) -> term()

ctpg(Mod, Func, Arity) -> term()

ctpg(PatternList) -> term()

ctpl(Module, Function, Arity) -> term()

ctpl(PatternList) -> term()

init_tpm(Mod, Func, Arity, CallFunc) -> term()

init_tpm(Mod, Func, Arity, InitFunc, CallFunc, ReturnFunc, RemoveFunc) -> term()

tpm(Mod, Func, Arity, MS) -> term()

tpm(Mod, Func, Arity, MS, CallFunc) -> term()

tpm(Mod, Func, Arity, MS, InitFunc, CallFunc, ReturnFunc, RemoveFunc) -> term()

tpm_tracer(Mod, Func, Arity, MS) -> term()

tpm_tracer(Mod, Func, Arity, MS, CallFunc) -> term()

tpm_tracer(Mod, Func, Arity, MS, InitFunc, CallFunc, ReturnFunc, RemoveFunc) -> term()

tpm_ms(Mod, Func, Arity, MSname, MS) -> term()

tpm_ms_tracer(Mod, Func, Arity, MSname, MS) -> term()

ctpm_ms(Mod, Func, Arity, MSname) -> term()

local_register() -> term()

global_register() -> term()

ctpm(Mod, Func, Arity) -> term()

remove_local_register() -> term()

remove_global_register() -> term()

tf(PidSpec, FlagList) -> term()

tf(TraceConfList) -> term()

ctf(PidSpec, FlagList) -> term()

ctf(TraceConfList) -> term()

init(Ctrl, Options, Tag, Parent) -> term()

auto_init(AutoModArgs, Parent) -> term()

fetch_init(Parent, Files, CollectPid, ChunkSize) -> term()

View Functions