Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/kernel/trace/
H A Dtrace_export.c99 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER)
105 #define __field_desc(_type, _container, _item) __field_ext(_type, _item, FILTER_OTHER)
108 #define __field_packed(_type, _container, _item) __field_ext_packed(_type, _item, FILTER_OTHER)
114 is_signed_type(_type), .filter_type = FILTER_OTHER },
123 is_signed_type(_type), .filter_type = FILTER_OTHER },
H A Dtrace_syscalls.c209 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
284 FILTER_OTHER); in syscall_enter_define_fields()
H A Dtrace_probe.h48 FILTER_OTHER); \
H A Dtrace_probe.c941 FILTER_OTHER); in traceprobe_define_arg_fields()
H A Dtrace_events.c120 if (filter_type == FILTER_OTHER) in __trace_define_field()
161 is_signed_type(type), FILTER_OTHER); \
H A Dtrace_events_synth.c127 is_signed, FILTER_OTHER); in synth_event_define_fields()
H A Dtrace_events_filter.c1163 return FILTER_OTHER; in filter_assign_type()
/OK3568_Linux_fs/kernel/include/trace/
H A Dtrace_events.h418 #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 },
/OK3568_Linux_fs/kernel/include/linux/
H A Dtrace_events.h678 FILTER_OTHER = 0, enumerator