| 216 | } |
| 217 | |
| 218 | static void profiling_event_on_start(int data_type, const char *name, |
| 219 | int subtype, int depth, void *payload) |
| 220 | { |
| 221 | profiling_raise_event(data_type, "start", name, subtype, depth, NULL, 0, |
| 222 | NULL, payload); |
| 223 | } |
| 224 | |
| 225 | static void profiling_event_on_end(int data_type, const char *name, |
| 226 | int subtype, int depth, int status, void *payload) |
nothing calls this directly
no test coverage detected