Home
last modified time | relevance | path

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

/Linux-v6.6/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,\
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-v6.6/kernel/trace/
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 },
Dtrace_syscalls.c207 .is_signed = is_signed_type(_type), .filter_type = FILTER_OTHER }
282 FILTER_OTHER); in syscall_enter_define_fields()
Dtrace_probe.h51 FILTER_OTHER); \
Dtrace_events_user.c1137 if (filter_type == FILTER_OTHER) in user_event_add_field()
1243 type[0] != 'u', FILTER_OTHER); in user_event_parse_field()
Dtrace_events_filter.c1374 return FILTER_OTHER; in filter_assign_type()
1708 case FILTER_OTHER: in parse_pred()
Dtrace_events.c128 if (filter_type == FILTER_OTHER) in __trace_define_field()
184 is_signed_type(type), FILTER_OTHER, 0); \
Dtrace_output.c895 case FILTER_OTHER: in print_fields()
Dtrace_events_synth.c149 is_signed, FILTER_OTHER); in synth_event_define_fields()
Dtrace_probe.c1716 FILTER_OTHER); in traceprobe_define_arg_fields()
/Linux-v6.6/include/linux/
Dtrace_events.h821 FILTER_OTHER = 0, enumerator