| 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) |
| 234 | { |
| 235 | profiling_raise_event(data_type, "enter", name, subtype, depth, file, |
| 236 | line, NULL, payload); |
| 237 | } |
| 238 | |
| 239 | static void profiling_event_on_exit(int data_type, const char *name, |
| 240 | int subtype, int depth, const char *file, int line, int status, |
nothing calls this directly
no test coverage detected