Home
last modified time | relevance | path

Searched refs:tep_strerror (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/kernel/tools/lib/traceevent/Documentation/
H A Dlibtraceevent-strerror.txt6 tep_strerror - Returns a string describing regular errno and tep error number.
14 int *tep_strerror*(struct tep_handle pass:[*]_tep_, enum tep_errno _errnum_, char pass:[*]_buf_, si…
48 tep_strerror(tep, TEP_ERRNO__MEM_ALLOC_FAILED, buf, 32);
H A Dlibtraceevent-reg_event_handler.txt101 tep_strerror(tep, ret, buf, 32)
H A Dlibtraceevent.txt32 …int *tep_strerror*(struct tep_handle pass:[*]_tep_, enum tep_errno _errnum_, char pass:[*]_buf_, s…
/OK3568_Linux_fs/kernel/tools/lib/traceevent/
H A DBuild7 libtraceevent-y += tep_strerror.o
H A Dtep_strerror.c29 int tep_strerror(struct tep_handle *tep __maybe_unused, in tep_strerror() function
H A Devent-parse.h547 int tep_strerror(struct tep_handle *tep, enum tep_errno errnum,
H A Dparse-filter.c1377 return tep_strerror(filter->tep, err, buf, buflen); in tep_filter_strerror()