| 223 | } |
| 224 | |
| 225 | static void profiling_event_on_end(int data_type, const char *name, |
| 226 | int subtype, int depth, int status, void *payload) |
| 227 | { |
| 228 | profiling_raise_event(data_type, "end", name, subtype, depth, NULL, 0, |
| 229 | &status, payload); |
| 230 | } |
| 231 | |
| 232 | static void profiling_event_on_enter(int data_type, const char *name, |
| 233 | int subtype, int depth, const char *file, int line, void *payload) |
nothing calls this directly
no test coverage detected