Searched refs:tep_errno (Results 1 – 8 of 8) sorted by relevance
/tools/lib/traceevent/ |
D | parse-filter.c | 258 static enum tep_errno 336 static enum tep_errno 444 static enum tep_errno 619 static enum tep_errno add_left(struct tep_filter_arg *op, struct tep_filter_arg *arg) in add_left() 755 static enum tep_errno 942 static enum tep_errno 956 enum tep_errno ret; in process_filter() 1182 static enum tep_errno 1207 static enum tep_errno 1213 enum tep_errno ret; in filter_event() [all …]
|
D | event-parse.h | 373 enum tep_errno { enum 462 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf, 464 enum tep_errno tep_parse_format(struct tep_handle *tep, 543 int tep_strerror(struct tep_handle *tep, enum tep_errno errnum, 728 enum tep_errno tep_filter_add_filter_str(struct tep_event_filter *filter, 731 enum tep_errno tep_filter_match(struct tep_event_filter *filter, 734 int tep_filter_strerror(struct tep_event_filter *filter, enum tep_errno err,
|
D | tep_strerror.c | 30 enum tep_errno errnum, char *buf, size_t buflen) in tep_strerror()
|
D | event-parse.c | 6218 enum tep_errno __tep_parse_format(struct tep_event **eventp, in __tep_parse_format() 6325 static enum tep_errno 6368 enum tep_errno tep_parse_format(struct tep_handle *tep, in tep_parse_format() 6390 enum tep_errno tep_parse_event(struct tep_handle *tep, const char *buf, in tep_parse_event()
|
/tools/lib/traceevent/Documentation/ |
D | libtraceevent-parse_event.txt | 14 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:[*…
|
D | libtraceevent.txt | 32 …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…
|
D | libtraceevent-filter.txt | 20 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…
|
D | libtraceevent-strerror.txt | 14 int *tep_strerror*(struct tep_handle pass:[*]_tep_, enum tep_errno _errnum_, char pass:[*]_buf_, si…
|