Home
last modified time | relevance | path

Searched refs:tep_errno (Results 1 – 8 of 8) sorted by relevance

/linux/tools/lib/traceevent/
A Dparse-filter.c253 static enum tep_errno
331 static enum tep_errno
439 static enum tep_errno
750 static enum tep_errno
937 static enum tep_errno
951 enum tep_errno ret; in process_filter()
1177 static enum tep_errno
1202 static enum tep_errno
1208 enum tep_errno ret; in filter_event()
1266 enum tep_errno rtn = 0; /* TEP_ERRNO__SUCCESS */ in tep_filter_add_filter_str()
[all …]
A Devent-parse.h362 enum tep_errno { enum
466 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf,
468 enum tep_errno tep_parse_format(struct tep_handle *tep,
547 int tep_strerror(struct tep_handle *tep, enum tep_errno errnum,
724 enum tep_errno tep_filter_add_filter_str(struct tep_event_filter *filter,
727 enum tep_errno tep_filter_match(struct tep_event_filter *filter,
730 int tep_filter_strerror(struct tep_event_filter *filter, enum tep_errno err,
A Dtep_strerror.c30 enum tep_errno errnum, char *buf, size_t buflen) in tep_strerror()
A Devent-parse.c6744 static enum tep_errno parse_format(struct tep_event **eventp, in parse_format()
6855 static enum tep_errno
6898 enum tep_errno tep_parse_format(struct tep_handle *tep, in tep_parse_format()
6920 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf, in tep_parse_event()
/linux/tools/lib/traceevent/Documentation/
A Dlibtraceevent.txt32 …int *tep_strerror*(struct tep_handle pass:[*]_tep_, enum tep_errno _errnum_, char pass:[*]_buf_, s…
66 …enum tep_errno *tep_parse_event*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_, unsign…
67 …enum tep_errno *tep_parse_format*(struct tep_handle pass:[*]_tep_, struct tep_event pass:[*]pass:[…
97 …enum tep_errno *tep_filter_add_filter_str*(struct tep_event_filter pass:[*]_filter_, const char pa…
98 …enum tep_errno *tep_filter_match*(struct tep_event_filter pass:[*]_filter_, struct tep_record pass…
99 …int *tep_filter_strerror*(struct tep_event_filter pass:[*]_filter_, enum tep_errno _err_, char pas…
A Dlibtraceevent-parse_event.txt14 enum tep_errno *tep_parse_event*(struct tep_handle pass:[*]_tep_, const char pass:[*]_buf_, unsigne…
15 enum tep_errno *tep_parse_format*(struct tep_handle pass:[*]_tep_, struct tep_event pass:[*]pass:[*…
A Dlibtraceevent-filter.txt20 enum tep_errno *tep_filter_add_filter_str*(struct tep_event_filter pass:[*]_filter_, const char pas…
23 enum tep_errno *tep_filter_match*(struct tep_event_filter pass:[*]_filter_, struct tep_record pass:…
27 int *tep_filter_strerror*(struct tep_event_filter pass:[*]_filter_, enum tep_errno _err_, char pass…
A Dlibtraceevent-strerror.txt14 int *tep_strerror*(struct tep_handle pass:[*]_tep_, enum tep_errno _errnum_, char pass:[*]_buf_, si…

Completed in 22 milliseconds