Home
last modified time | relevance | path

Searched refs:tep_get_field_raw (Results 1 – 5 of 5) sorted by relevance

/external/libtraceevent/Documentation/
Dlibtraceevent-field_get_val.txt7 tep_get_field_raw - Get value of a field.
19 void pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, co…
38 The *tep_get_field_raw()* function searches in the _record_ for a field with
49 The *tep_get_field_raw()* function returns a pointer to field's raw data, and
79 comm = tep_get_field_raw(NULL, event, "comm", record, &len, 0);
Dlibtraceevent.txt98 …void pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, c…
/external/libtraceevent/plugins/
Dplugin_kvm.c374 insn = tep_get_field_raw(s, event, "insn", record, &llen, 1); in kvm_emulate_insn_handler()
/external/libtraceevent/include/traceevent/
Devent-parse.h484 void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event,
/external/libtraceevent/src/
Devent-parse.c8007 void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event, in tep_get_field_raw() function