Home
last modified time | relevance | path

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

/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_);
/tools/lib/traceevent/
Devent-parse.h574 void tep_unref(struct tep_handle *tep);
Dparse-filter.c1445 tep_unref(filter->tep); in tep_filter_free()
Devent-parse.c7089 void tep_unref(struct tep_handle *tep) in tep_unref() function