Searched refs:FILTER_OTHER (Results 1 – 2 of 2) sorted by relevance
/include/trace/ |
D | trace_events.h | 418 #define __field(type, item) __field_ext(type, item, FILTER_OTHER) 421 #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER) 427 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }, 433 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
|
/include/linux/ |
D | trace_events.h | 678 FILTER_OTHER = 0, enumerator
|