Searched refs:event_type (Results 1 – 5 of 5) sorted by relevance
| /misc/debug_tools/acrn_crashlog/acrnprobe/ |
| A D | event_handler.c | 46 last_e->event_type, last_e->path); in wdt_timeout() 54 switch (e->event_type) { in wdt_timeout() 74 LOGE("error event type %d\n", e->event_type); in wdt_timeout() 143 if (e->event_type == HEART_BEAT) { in event_handle() 168 if (e->event_type == REBOOT) { in event_handle() 178 if (e->event_type == VM) { in event_handle()
|
| A D | event_queue.c | 29 LOGD("enqueue %d, (%d)%s\n", event->event_type, event->len, in event_enqueue() 66 LOGD("dequeue %d, (%d)%s\n", e->event_type, e->len, e->path); in event_dequeue()
|
| A D | sender.c | 290 hist_raise_event(etype_str[e->event_type], crash->name, e->dir, "", in crashlog_send_crash() 301 generate_crashfile(e->dir, etype_str[e->event_type], in crashlog_send_crash() 302 strlen(etype_str[e->event_type]), eid, in crashlog_send_crash() 380 hist_raise_event(etype_str[e->event_type], reason, NULL, "", eid); in crashlog_send_reboot() 470 switch (e->event_type) { in crashlog_event_analyze() 518 const char *estr = etype_str[e->event_type]; in crashlog_new_event() 519 size_t eslen = strlen(etype_str[e->event_type]); in crashlog_new_event() 521 switch (e->event_type) { in crashlog_new_event() 585 if (e->event_type == VM) { in crashlog_new_event() 620 switch (e->event_type) { in crashlog_send() [all …]
|
| A D | channels.c | 65 static struct event_t *create_event(enum event_type_t event_type, in create_event() argument 86 e->event_type = event_type; in create_event() 388 enum event_type_t event_type; in receive_inotify_events() local 423 event_type = get_conf_by_wd(ievent->wd, &private); in receive_inotify_events() 424 if (event_type == UNKNOWN) { in receive_inotify_events() 427 e = create_event(event_type, channel->name, in receive_inotify_events()
|
| /misc/debug_tools/acrn_crashlog/acrnprobe/include/ |
| A D | event_queue.h | 26 enum event_type_t event_type; member
|
Completed in 7 milliseconds