| 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, |
| 241 | void *payload) |
| 242 | { |
| 243 | profiling_raise_event(data_type, "exit", name, subtype, depth, file, line, |
| 244 | &status, payload); |
| 245 | } |
| 246 | |
| 247 | static profiling_handlers_t profiling_event_handler = { |
| 248 | .name = "event", |
nothing calls this directly
no test coverage detected