Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-filter.txt6 tep_filter_alloc, tep_filter_free, tep_filter_reset, tep_filter_make_string,
18 void *tep_filter_free*(struct tep_event_filter pass:[*]_filter_);
173 tep_filter_free(filter);
174 tep_filter_free(filter1);
Dlibtraceevent.txt102 void *tep_filter_free*(struct tep_event_filter pass:[*]_filter_);
/kernel/linux/linux-5.10/tools/lib/traceevent/
Devent-parse.h738 void tep_filter_free(struct tep_event_filter *filter);
Dparse-filter.c1438 void tep_filter_free(struct tep_event_filter *filter) in tep_filter_free() function