Home
last modified time | relevance | path

Searched refs:tep_unref (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.10/tools/lib/traceevent/Documentation/
Dlibtraceevent-handle.txt6 tep_alloc, tep_free,tep_ref, tep_unref,tep_get_ref - Create, destroy, manage
18 void *tep_unref*(struct tep_handle pass:[*]_tep_);
65 tep_unref(tep);
Dlibtraceevent.txt18 void *tep_unref*(struct tep_handle pass:[*]_tep_);
/Linux-v5.10/tools/lib/traceevent/
Devent-parse.h578 void tep_unref(struct tep_handle *tep);
Dparse-filter.c1440 tep_unref(filter->tep); in tep_filter_free()
Devent-parse.c7600 void tep_unref(struct tep_handle *tep) in tep_unref() function