Home
last modified time | relevance | path

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

/tools/perf/util/scripting-engines/
Dtrace-event-perl.c301 if (field->flags & FIELD_IS_DYNAMIC) { in perl_process_tracepoint()
Dtrace-event-python.c452 if (field->flags & FIELD_IS_DYNAMIC) { in python_process_tracepoint()
/tools/lib/traceevent/
Devent-parse.h183 FIELD_IS_DYNAMIC = 16, enumerator
Devent-parse.c1557 field->flags |= FIELD_IS_DYNAMIC; in event_read_fields()
1623 else if (field->flags & FIELD_IS_DYNAMIC) in event_read_fields()
4752 if (field->flags & FIELD_IS_DYNAMIC) { in print_event_fields()
6118 if (field->flags & FIELD_IS_DYNAMIC) { in pevent_get_field_raw()
Dparse-filter.c1883 if (arg->str.field->flags & FIELD_IS_DYNAMIC) { in get_field_str()
/tools/perf/util/
Ddata-convert-bt.c230 if (flags & FIELD_IS_DYNAMIC) { in add_tracepoint_field_value()
Devsel.c2168 if (field->flags & FIELD_IS_DYNAMIC) { in perf_evsel__rawptr()