Searched refs:tep_strerror (Results 1 – 7 of 7) sorted by relevance
/linux-6.1.9/tools/lib/traceevent/Documentation/ |
D | libtraceevent-strerror.txt | 6 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);
|
D | libtraceevent-reg_event_handler.txt | 101 tep_strerror(tep, ret, buf, 32)
|
D | libtraceevent.txt | 32 …int *tep_strerror*(struct tep_handle pass:[*]_tep_, enum tep_errno _errnum_, char pass:[*]_buf_, s…
|
/linux-6.1.9/tools/lib/traceevent/ |
D | Build | 7 libtraceevent-y += tep_strerror.o
|
D | tep_strerror.c | 29 int tep_strerror(struct tep_handle *tep __maybe_unused, in tep_strerror() function
|
D | event-parse.h | 548 int tep_strerror(struct tep_handle *tep, enum tep_errno errnum,
|
D | parse-filter.c | 1377 return tep_strerror(filter->tep, err, buf, buflen); in tep_filter_strerror()
|