Home
last modified time | relevance | path

Searched refs:tep_event_filter (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-filter.txt17 struct tep_event_filter pass:[*]*tep_filter_alloc*(struct tep_handle pass:[*]_tep_);
18 void *tep_filter_free*(struct tep_event_filter pass:[*]_filter_);
19 void *tep_filter_reset*(struct tep_event_filter pass:[*]_filter_);
20 enum tep_errno *tep_filter_add_filter_str*(struct tep_event_filter pass:[*]_filter_, const char pas…
21 int *tep_event_filtered*(struct tep_event_filter pass:[*]_filter_, int _event_id_);
22 int *tep_filter_remove_event*(struct tep_event_filter pass:[*]_filter_, int _event_id_);
23 enum tep_errno *tep_filter_match*(struct tep_event_filter pass:[*]_filter_, struct tep_record pass:…
24 int *tep_filter_copy*(struct tep_event_filter pass:[*]_dest_, struct tep_event_filter pass:[*]_sour…
25 int *tep_filter_compare*(struct tep_event_filter pass:[*]_filter1_, struct tep_event_filter pass:[*…
26 char pass:[*]*tep_filter_make_string*(struct tep_event_filter pass:[*]_filter_, int _event_id_);
[all …]
Dlibtraceevent.txt96 struct tep_event_filter pass:[*]*tep_filter_alloc*(struct tep_handle pass:[*]_tep_);
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…
100 int *tep_event_filtered*(struct tep_event_filter pass:[*]_filter_, int _event_id_);
101 void *tep_filter_reset*(struct tep_event_filter pass:[*]_filter_);
102 void *tep_filter_free*(struct tep_event_filter pass:[*]_filter_);
103 char pass:[*]*tep_filter_make_string*(struct tep_event_filter pass:[*]_filter_, int _event_id_);
104 int *tep_filter_remove_event*(struct tep_event_filter pass:[*]_filter_, int _event_id_);
105 …int *tep_filter_copy*(struct tep_event_filter pass:[*]_dest_, struct tep_event_filter pass:[*]_sou…
[all …]
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h710 struct tep_event_filter { struct
717 struct tep_event_filter *tep_filter_alloc(struct tep_handle *tep); argument
725 enum tep_errno tep_filter_add_filter_str(struct tep_event_filter *filter,
728 enum tep_errno tep_filter_match(struct tep_event_filter *filter,
731 int tep_filter_strerror(struct tep_event_filter *filter, enum tep_errno err,
734 int tep_event_filtered(struct tep_event_filter *filter,
737 void tep_filter_reset(struct tep_event_filter *filter);
739 void tep_filter_free(struct tep_event_filter *filter);
741 char *tep_filter_make_string(struct tep_event_filter *filter, int event_id);
743 int tep_filter_remove_event(struct tep_event_filter *filter,
[all …]
Dparse-filter.c106 find_filter_type(struct tep_event_filter *filter, int id) in find_filter_type()
122 add_filter_type(struct tep_event_filter *filter, int id) in add_filter_type()
164 struct tep_event_filter *tep_filter_alloc(struct tep_handle *tep) in tep_filter_alloc()
166 struct tep_event_filter *filter; in tep_filter_alloc()
1203 filter_event(struct tep_event_filter *filter, struct tep_event *event, in filter_event()
1238 static void filter_init_error_buf(struct tep_event_filter *filter) in filter_init_error_buf()
1254 enum tep_errno tep_filter_add_filter_str(struct tep_event_filter *filter, in tep_filter_add_filter_str()
1363 int tep_filter_strerror(struct tep_event_filter *filter, enum tep_errno err, in tep_filter_strerror()
1391 int tep_filter_remove_event(struct tep_event_filter *filter, in tep_filter_remove_event()
1426 void tep_filter_reset(struct tep_event_filter *filter) in tep_filter_reset()
[all …]