Searched refs:error_detector (Results 1 – 1 of 1) sorted by relevance
18 enum error_detector { enum50 TP_PROTO(enum error_detector error_detector, unsigned long id),51 TP_ARGS(error_detector, id),52 TP_STRUCT__entry(__field(enum error_detector, error_detector)54 TP_fast_assign(__entry->error_detector = error_detector;57 show_error_detector_list(__entry->error_detector),70 TP_PROTO(enum error_detector error_detector, unsigned long id),71 TP_ARGS(error_detector, id));