Home
last modified time | relevance | path

Searched refs:TEP_FIELD_IS_ARRAY (Results 1 – 6 of 6) sorted by relevance

/Linux-v6.1/tools/perf/util/
Ddata-convert-bt.c311 flags &= ~TEP_FIELD_IS_ARRAY; in add_tracepoint_field_value()
325 if (flags & TEP_FIELD_IS_ARRAY) { in add_tracepoint_field_value()
346 if (flags & TEP_FIELD_IS_ARRAY) in add_tracepoint_field_value()
377 if (!(flags & TEP_FIELD_IS_ARRAY)) { in add_tracepoint_field_value()
386 if (flags & TEP_FIELD_IS_ARRAY) { in add_tracepoint_field_value()
1039 flags &= ~TEP_FIELD_IS_ARRAY; in add_tracepoint_fields_types()
1041 if (flags & TEP_FIELD_IS_ARRAY) in add_tracepoint_fields_types()
1046 if (flags & TEP_FIELD_IS_ARRAY) in add_tracepoint_fields_types()
Dpython.c434 if (field->flags & TEP_FIELD_IS_ARRAY) { in tracepoint_field()
/Linux-v6.1/tools/lib/traceevent/
Devent-parse.h120 TEP_FIELD_IS_ARRAY = 1, enumerator
Devent-parse.c1354 if ((field->flags & TEP_FIELD_IS_ARRAY) && in field_is_string()
1556 field->flags |= TEP_FIELD_IS_ARRAY; in event_read_fields()
1697 if (field->flags & TEP_FIELD_IS_ARRAY) { in event_read_fields()
4026 if (!(field->flags & TEP_FIELD_IS_ARRAY) && in print_str_arg()
5121 if (field->flags & TEP_FIELD_IS_ARRAY) { in tep_print_field()
/Linux-v6.1/tools/perf/util/scripting-engines/
Dtrace-event-python.c343 bool is_array = field->flags & TEP_FIELD_IS_ARRAY; in get_field_numeric_entry()
986 if (field->flags & TEP_FIELD_IS_ARRAY) { in python_process_tracepoint()
2077 f->flags & TEP_FIELD_IS_ARRAY || in python_generate_script()
/Linux-v6.1/tools/perf/
Dbuiltin-trace.c1724 else if ((field->flags & TEP_FIELD_IS_ARRAY) && strstr(field->type, "char")) { in syscall_arg_fmt__init_array()
2724 if (field->flags & TEP_FIELD_IS_ARRAY) {