Searched refs:tep_get_field_raw (Results 1 – 5 of 5) sorted by relevance
/external/libtraceevent/Documentation/ |
D | libtraceevent-field_get_val.txt | 7 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);
|
D | libtraceevent.txt | 98 …void pass:[*]*tep_get_field_raw*(struct trace_seq pass:[*]_s_, struct tep_event pass:[*]_event_, c…
|
/external/libtraceevent/plugins/ |
D | plugin_kvm.c | 374 insn = tep_get_field_raw(s, event, "insn", record, &llen, 1); in kvm_emulate_insn_handler()
|
/external/libtraceevent/include/traceevent/ |
D | event-parse.h | 484 void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event,
|
/external/libtraceevent/src/ |
D | event-parse.c | 8007 void *tep_get_field_raw(struct trace_seq *s, struct tep_event *event, in tep_get_field_raw() function
|