Home
last modified time | relevance | path

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

/Linux-v5.15/include/trace/events/
Derror_report.h18 enum error_detector { enum
48 TP_PROTO(enum error_detector error_detector, unsigned long id),
49 TP_ARGS(error_detector, id),
50 TP_STRUCT__entry(__field(enum error_detector, error_detector)
52 TP_fast_assign(__entry->error_detector = error_detector;
55 show_error_detector_list(__entry->error_detector),
68 TP_PROTO(enum error_detector error_detector, unsigned long id),
69 TP_ARGS(error_detector, id));