MCPcopy Create free account
hub / github.com/OpenSIPS/opensips / profiling_event_on_enter

Function profiling_event_on_enter

profiling.c:232–237  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

230}
231
232static void profiling_event_on_enter(int data_type, const char *name,
233 int subtype, int depth, const char *file, int line, void *payload)
234{
235 profiling_raise_event(data_type, "enter", name, subtype, depth, file,
236 line, NULL, payload);
237}
238
239static void profiling_event_on_exit(int data_type, const char *name,
240 int subtype, int depth, const char *file, int line, int status,

Callers

nothing calls this directly

Calls 1

profiling_raise_eventFunction · 0.85

Tested by

no test coverage detected