Lines Matching refs:fields
6 tep_event_common_fields, tep_event_fields - Get a list of fields for an event.
21 fields for the _event_. The array is allocated in the function and must be freed
25 fields for the _event_. The array is allocated in the function and must be freed
43 struct tep_format_field **fields;
46 fields = tep_event_common_fields(event);
47 if (fields != NULL) {
49 while (fields[i]) {
51 walk through the list of the common fields
56 free(fields);
58 fields = tep_event_fields(event);
59 if (fields != NULL) {
61 while (fields[i]) {
64 fields of the kvm_exit event
68 free(fields);