et_collector
start_link(Options) -> term()
stop(CollectorPid) -> term()
save_event_file(CollectorPid, FileName, Options) -> term()
report(CollectorPid, TraceOrEvent) -> term()
report_event(CollectorPid, DetailLevel, FromTo, Label, Contents) -> term()
report_event(CollectorPid, DetailLevel, From, To, Label, Contents) -> term()
make_key(TH, Stuff) -> term()
get_table_size(CollectorPid) -> term()
get_global_pid() -> term()
change_pattern(CollectorPid, RawPattern) -> term()
dict_insert(CollectorPid, Key, Fun) -> term()
dict_lookup(CollectorPid, Key) -> term()
dict_delete(CollectorPid, Key) -> term()
dict_match(CollectorPid, Pattern) -> term()
multicast(CollectorPid, Msg) -> term()
start_trace_client(CollectorPid, Type, FileName) -> term()
start_trace_port(Parameters) -> term()
monitor_trace_port(CollectorPid, Parameters) -> term()
iterate(Handle, Prev, Limit) -> term()
iterate(CollectorPid, Prev, Limit, Fun, Acc) -> term()
lookup(CollectorPid, Key) -> term()
clear_table(CollectorPid) -> term()
handle_call(Msg, From, S) -> term()
handle_cast(Msg, S) -> term()
handle_info(Info, S) -> term()
terminate(Reason, S) -> term()
code_change(OldVsn, S, Extra) -> term()