Searched refs:error_detector (Results 1 - 1 of 1) sorted by relevance

/linux-master/include/trace/events/
H A Derror_report.h18 enum error_detector { enum
50 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),
62 * @error_detector
[all...]

Completed in 165 milliseconds