Module lg

Data Types

input()

input() = [pattern() | scope()]

opts()

opts() = #{mode => trace | profile, pool_id => any(), pool_size => pos_integer(), send => boolean(), running => boolean()}

pattern()

pattern() = module() | {app, atom()} | {callback, module(), atom()}

scope()

scope() = {scope, [pid() | port() | all | processes | ports | existing | existing_processes | existing_ports | new | new_processes | new_ports]}

user_input()

user_input() = pattern() | input()

Function Index

stop/0
stop/1
trace/1
trace/2
trace/3
trace/4

Function Details

stop/0

stop() -> any()

stop/1

stop(PoolID) -> any()

trace/1

trace(Input::user_input()) -> ok

trace/2

trace(Input::user_input(), TracerMod::module()) -> ok

trace/3

trace(Input::user_input(), TracerMod::module(), TracerOpts::any()) -> ok

trace/4

trace(Input::user_input(), TracerMod::module(), TracerOpts::any(), Opts::opts()) -> ok


Generated by EDoc