Lines Matching defs:event

46 static event_info_t *event;
76 (void) snprintf((char *)(event->offender_name),
78 (void) snprintf((char *)(event->offense_name),
85 (void) snprintf((char *)(event->offender_name),
112 (void) snprintf((char *)(event->offense_name),
116 (void) snprintf((char *)(event->offense_name),
125 (void) snprintf((char *)(event->offender_name),
127 (void) snprintf((char *)(event->offense_name),
135 (void) snprintf((char *)(event->offender_name),
156 (void) snprintf((char *)(event->offense_name),
160 (void) snprintf((char *)(event->offense_name),
171 (void) snprintf((char *)(event->offender_name),
195 (void) snprintf((char *)(event->offense_name),
199 (void) snprintf((char *)(event->offense_name),
207 (void) snprintf((char *)(event->offender_name),
209 (void) snprintf((char *)(event->offense_name),
218 event->total_count = n;
220 event++;
235 event = g_event_info;
238 pt_error("cannot open dtrace library for the event report: "
258 pt_error("failed to compile the event report program\n");
263 pt_error("failed to enable probes for the event report\n");
268 pt_error("failed to set 'aggsize' for the event report\n");
273 pt_error("failed to set 'aggrate' for the event report\n");
278 pt_error("failed to set 'aggpercpu' for the event report\n");
283 pt_error("failed to start the event report observation\n");
288 pt_error("failed to get 'statusrate' for the event report\n");
299 event = g_event_info;
305 pt_error("failed to collect data for the event report\n");
308 pt_error("failed to sort data for the event report\n");