Home
last modified time | relevance | path

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

/linux/include/trace/stages/
H A 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,\
36 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
54 .is_signed = 0, .filter_type = FILTER_OTHER },
63 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER },
78 .is_signed = 0, .filter_type = FILTER_OTHER },
/linux/kernel/trace/
H A Dtrace_export.c102 #define __field(_type, _item) __field_ext(_type, _item, FILTER_OTHER)
108 #define __field_desc(_type, _container, _item) __field_ext(_type, _item, FILTER_OTHER)
111 #define __field_packed(_type, _container, _item) __field_ext_packed(_type, _item, FILTER_OTHER)
117 is_signed_type(_type), .filter_type = FILTER_OTHER, \
130 is_signed_type(_type), .filter_type = FILTER_OTHER },
H A Dtrace_syscalls.c207 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
282 FILTER_OTHER); in syscall_enter_define_fields()
H A Dtrace_probe.h51 FILTER_OTHER); \
H A Dtrace_events_filter.c1374 return FILTER_OTHER; in filter_assign_type()
1708 case FILTER_OTHER: in parse_pred()
H A Dtrace_output.c910 case FILTER_OTHER: in print_fields()
H A Dtrace_events.c129 if (filter_type == FILTER_OTHER) in __trace_define_field()
186 is_signed_type(type), FILTER_OTHER, \
H A Dtrace_events_synth.c142 is_signed, FILTER_OTHER); in synth_event_define_fields()
H A Dtrace_probe.c1938 FILTER_OTHER); in traceprobe_define_arg_fields()
/linux/include/linux/
H A Dtrace_events.h838 FILTER_OTHER = 0, enumerator