error_detector
TP_PROTO(enum error_detector error_detector, unsigned long id),
TP_ARGS(error_detector, id),
TP_STRUCT__entry(__field(enum error_detector, error_detector)
TP_fast_assign(__entry->error_detector = error_detector;
show_error_detector_list(__entry->error_detector),
TP_PROTO(enum error_detector error_detector, unsigned long id),
TP_ARGS(error_detector, id));