Home
last modified time | relevance | path

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

/linux/tools/lib/traceevent/Documentation/
A 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_);
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_);
116 struct tep_event_filter *filter = tep_filter_alloc(tep);
[all …]
A 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/tools/lib/traceevent/
A Devent-parse.h709 struct tep_event_filter { struct
716 struct tep_event_filter *tep_filter_alloc(struct tep_handle *tep); argument
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,
733 int tep_event_filtered(struct tep_event_filter *filter,
736 void tep_filter_reset(struct tep_event_filter *filter);
738 void tep_filter_free(struct tep_event_filter *filter);
742 int tep_filter_remove_event(struct tep_event_filter *filter,
745 int tep_filter_copy(struct tep_event_filter *dest, struct tep_event_filter *source);
[all …]
A 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()
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()
1438 void tep_filter_free(struct tep_event_filter *filter) in tep_filter_free()
1449 static int copy_filter_type(struct tep_event_filter *filter, in copy_filter_type()
1450 struct tep_event_filter *source, in copy_filter_type()
1510 int tep_filter_copy(struct tep_event_filter *dest, struct tep_event_filter *source) in tep_filter_copy()
[all …]

Completed in 10 milliseconds