Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/traceevent/Documentation/
Dlibtraceevent-handle.txt6 tep_alloc, tep_free,tep_ref, tep_unref,tep_get_ref - Create, destroy, manage
19 int *tep_get_ref*(struct tep_handle pass:[*]_tep_);
60 int ref = tep_get_ref(tep);
62 if ( (ref+1) != tep_get_ref(tep)) {
Dlibtraceevent.txt19 int *tep_get_ref*(struct tep_handle pass:[*]_tep_);
/linux-6.1.9/tools/lib/traceevent/
Devent-parse.h580 int tep_get_ref(struct tep_handle *tep);
Devent-parse.c7486 int tep_get_ref(struct tep_handle *tep) in tep_get_ref() function