Home
last modified time | relevance | path

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

/tools/lib/traceevent/Documentation/
Dlibtraceevent-fields.txt6 tep_event_common_fields, tep_event_fields - Get a list of fields for an event.
14 struct tep_format_field pass:[*]pass:[*]*tep_event_common_fields*(struct tep_event pass:[*]_event_);
46 fields = tep_event_common_fields(event);
Dlibtraceevent.txt70 …struct tep_format_field pass:[*]pass:[*]*tep_event_common_fields*(struct tep_event pass:[*]_event_…
/tools/lib/traceevent/
Devent-parse.h549 struct tep_format_field **tep_event_common_fields(struct tep_event *event);
Devent-parse.c5918 struct tep_format_field **tep_event_common_fields(struct tep_event *event) in tep_event_common_fields() function