Home
last modified time | relevance | path

Searched refs:TEP_FIELD_IS_LONG (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h125 TEP_FIELD_IS_LONG = 32, enumerator
Devent-parse.c1636 field->flags |= TEP_FIELD_IS_LONG; in event_read_fields()
1704 else if (field->flags & TEP_FIELD_IS_LONG) in event_read_fields()
5158 if (field->flags & TEP_FIELD_IS_LONG) in tep_print_field()
5173 if (field->flags & TEP_FIELD_IS_LONG) in tep_print_field()
Dparse-filter.c1738 if (arg->str.field->flags & (TEP_FIELD_IS_POINTER | TEP_FIELD_IS_LONG)) in get_field_str()
/linux-6.1.9/tools/perf/util/
Ddata-convert-bt.c197 if (flags & TEP_FIELD_IS_LONG || flags & TEP_FIELD_IS_POINTER) in get_tracepoint_field_type()