Searched refs:FILTER_OTHER (Results 1 – 9 of 9) sorted by relevance
| /Linux-v5.4/kernel/trace/ |
| D | trace_entries.h | 89 FILTER_OTHER 111 FILTER_OTHER 142 FILTER_OTHER 162 FILTER_OTHER 188 FILTER_OTHER 208 FILTER_OTHER 227 FILTER_OTHER 242 FILTER_OTHER, 259 FILTER_OTHER 274 FILTER_OTHER [all …]
|
| D | trace_syscalls.c | 277 FILTER_OTHER); in syscall_enter_define_fields() 285 FILTER_OTHER); in syscall_enter_define_fields() 298 FILTER_OTHER); in syscall_exit_define_fields() 303 FILTER_OTHER); in syscall_exit_define_fields()
|
| D | trace_probe.h | 49 FILTER_OTHER); \
|
| D | trace_probe.c | 938 FILTER_OTHER); in traceprobe_define_arg_fields()
|
| D | trace_events.c | 118 if (filter_type == FILTER_OTHER) in __trace_define_field() 159 is_signed_type(type), FILTER_OTHER); \
|
| D | trace_events_filter.c | 1092 return FILTER_OTHER; in filter_assign_type()
|
| D | trace_events_hist.c | 660 is_signed, FILTER_OTHER); in synth_event_define_fields()
|
| /Linux-v5.4/include/trace/ |
| D | trace_events.h | 415 #define __field(type, item) __field_ext(type, item, FILTER_OTHER) 418 #define __field_struct(type, item) __field_struct_ext(type, item, FILTER_OTHER) 429 is_signed_type(type), FILTER_OTHER); \ 439 is_signed_type(type), FILTER_OTHER);
|
| /Linux-v5.4/include/linux/ |
| D | trace_events.h | 532 FILTER_OTHER = 0, enumerator
|