Home
last modified time | relevance | path

Searched refs:ref_count (Results 1 – 3 of 3) sorted by relevance

/tools/lib/traceevent/
Devent-parse-local.h21 int ref_count; member
Devent-parse.h33 int ref_count; member
Devent-parse.c7453 tep->ref_count = 1; in tep_alloc()
7462 tep->ref_count++; in tep_ref()
7468 return tep->ref_count; in tep_get_ref()
7531 tep->ref_count--; in tep_free()
7532 if (tep->ref_count) in tep_free()