et_collector
Functions
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_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()
iterate(Handle, Prev, Limit) -> term()
iterate(CollectorPid, Prev, Limit, Fun, Acc) -> term()
clear_table(CollectorPid) -> term()
init(X1) -> 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()
View Functions
- start_link/1
- stop/1
- save_event_file/3
- report/2
- report_event/5
- report_event/6
- make_key/2
- get_global_pid/0
- change_pattern/2
- dict_insert/3
- dict_lookup/2
- dict_delete/2
- dict_match/2
- multicast/2
- start_trace_client/3
- start_trace_port/1
- iterate/3
- iterate/5
- clear_table/1
- init/1
- handle_call/3
- handle_cast/2
- handle_info/2
- terminate/2
- code_change/3