Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-fields.txt6 tep_event_common_fields, tep_event_fields - Get a list of fields for an event.
15 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_);
58 fields = tep_event_fields(event);
Dlibtraceevent.txt71 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_);
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h555 struct tep_format_field **tep_event_fields(struct tep_event *event);
Devent-parse.c6457 struct tep_format_field **tep_event_fields(struct tep_event *event) in tep_event_fields() function