Home
last modified time | relevance | path

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

/external/libtraceevent/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_);
24 The *tep_event_fields()* function returns an array of pointers to event specific
30 Both *tep_event_common_fields()* and *tep_event_fields()* functions return
58 fields = tep_event_fields(event);
Dlibtraceevent.txt94 struct tep_format_field pass:[*]pass:[*]*tep_event_fields*(struct tep_event pass:[*]_event_);
/external/libtraceevent/include/traceevent/
Devent-parse.h575 struct tep_format_field **tep_event_fields(struct tep_event *event);
/external/trace-cmd/tracecmd/
Dtrace-profile.c1500 fields = tep_event_fields(events[i]); in trace_init_profile()
/external/libtracefs/utest/
Dtracefs-utest.c501 fields = tep_event_fields(event); in setup_trace_cpu()
/external/libtraceevent/src/
Devent-parse.c7421 struct tep_format_field **tep_event_fields(struct tep_event *event) in tep_event_fields() function