Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-filter.txt7 tep_filter_copy, tep_filter_compare, tep_filter_match, tep_event_filtered,
23 enum tep_errno *tep_filter_match*(struct tep_event_filter pass:[*]_filter_, struct tep_record pass:…
147 switch (tep_filter_match(filter, record)) {
Dlibtraceevent.txt98 …enum tep_errno *tep_filter_match*(struct tep_event_filter pass:[*]_filter_, struct tep_record pass…
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h728 enum tep_errno tep_filter_match(struct tep_event_filter *filter,
Dparse-filter.c1877 enum tep_errno tep_filter_match(struct tep_event_filter *filter, in tep_filter_match() function