Home
last modified time | relevance | path

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

/Linux-v6.1/include/trace/stages/
Dstage4_event_fields.h20 #define __field(type, item) __field_ext(type, item, FILTER_OTHER)
23 #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER)
29 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
35 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
56 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
/Linux-v6.1/kernel/trace/
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 },
Dtrace_syscalls.c207 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
282 FILTER_OTHER); in syscall_enter_define_fields()
Dtrace_probe.h48 FILTER_OTHER); \
Dtrace_probe.c983 FILTER_OTHER); in traceprobe_define_arg_fields()
Dtrace_events_user.c595 type[0] != 'u', FILTER_OTHER); in user_event_parse_field()
Dtrace_events.c128 if (filter_type == FILTER_OTHER) in __trace_define_field()
169 is_signed_type(type), FILTER_OTHER); \
Dtrace_events_synth.c138 is_signed, FILTER_OTHER); in synth_event_define_fields()
Dtrace_events_filter.c1237 return FILTER_OTHER; in filter_assign_type()
/Linux-v6.1/include/linux/
Dtrace_events.h800 FILTER_OTHER = 0, enumerator