Home
last modified time | relevance | path

Searched refs:TEP_FIELD_IS_DYNAMIC (Results 1 – 10 of 10) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h124 TEP_FIELD_IS_DYNAMIC = 16, enumerator
Devent-parse.c1632 field->flags |= TEP_FIELD_IS_DYNAMIC; in event_read_fields()
1634 field->flags |= TEP_FIELD_IS_DYNAMIC | TEP_FIELD_IS_RELATIVE; in event_read_fields()
1700 else if (field->flags & TEP_FIELD_IS_DYNAMIC) in event_read_fields()
5124 if (field->flags & TEP_FIELD_IS_DYNAMIC) { in tep_print_field()
7004 if (field->flags & TEP_FIELD_IS_DYNAMIC) { in tep_get_field_raw()
Dparse-filter.c1713 if (arg->str.field->flags & TEP_FIELD_IS_DYNAMIC) { in get_field_str()
/linux-6.1.9/tools/perf/util/scripting-engines/
Dtrace-event-perl.c392 if (field->flags & TEP_FIELD_IS_DYNAMIC) { in perl_process_tracepoint()
Dtrace-event-python.c989 if (field->flags & TEP_FIELD_IS_DYNAMIC) { in python_process_tracepoint()
/linux-6.1.9/tools/perf/util/
Ddata-convert-bt.c313 if (flags & TEP_FIELD_IS_DYNAMIC) { in add_tracepoint_field_value()
Dpython.c437 if (field->flags & TEP_FIELD_IS_DYNAMIC) { in tracepoint_field()
Devsel.c2787 if (field->flags & TEP_FIELD_IS_DYNAMIC) { in evsel__rawptr()
Dsort.c2540 if (field->flags & TEP_FIELD_IS_DYNAMIC) { in __sort__hde_cmp()
/linux-6.1.9/tools/perf/
Dbuiltin-trace.c2735 if (field->flags & TEP_FIELD_IS_DYNAMIC) {