Home
last modified time | relevance | path

Searched refs:FILTER_DYN_STRING (Results 1 – 7 of 7) sorted by relevance

/linux-6.15/kernel/trace/
H A Dtrace_events_inject.c171 if (field->filter_type == FILTER_DYN_STRING || in trace_alloc_entry()
221 } else if (field->filter_type == FILTER_DYN_STRING || in parse_entry()
H A Dtrace_eprobe.c307 case FILTER_DYN_STRING: in get_event_field()
H A Dtrace_events_filter.c1360 return FILTER_DYN_STRING; in filter_assign_type()
1874 } else if (field->filter_type == FILTER_DYN_STRING) { in parse_pred()
H A Dtrace_output.c960 case FILTER_DYN_STRING: in print_fields()
H A Dtrace.h1634 return field->filter_type == FILTER_DYN_STRING || in is_string_field()
H A Dtrace_events_hist.c2034 } else if (field->filter_type == FILTER_DYN_STRING) { in create_hist_field()
5218 if (field->filter_type == FILTER_DYN_STRING || in add_to_key()
/linux-6.15/include/linux/
H A Dtrace_events.h840 FILTER_DYN_STRING, enumerator