Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-field_print.txt6 tep_print_field, tep_print_fields, tep_print_num_field, tep_print_func_field -
16 void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field p…
77 tep_print_field(&seq, record->data, field_pid);
H A Dlibtraceevent.txt79 …void *tep_print_field*(struct trace_seq pass:[*]_s_, void pass:[*]_data_, struct tep_format_field …
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A Devent-parse.h543 void tep_print_field(struct trace_seq *s, void *data,
H A Devent-parse.c5097 void tep_print_field(struct trace_seq *s, void *data, in tep_print_field() function
5170 tep_print_field(s, data, field); in tep_print_fields()
/OK3568_Linux_fs/kernel/tools/perf/util/
H A Dsort.c2183 tep_print_field(&seq, he->raw_data, hde->field); in __sort__hde_entry()