Home
last modified time | relevance | path

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

/tools/lib/traceevent/
Devent-parse-local.h18 int ref_count; member
Devent-parse.h47 int ref_count; member
Devent-parse.c6943 tep->ref_count = 1; in tep_alloc()
6952 tep->ref_count++; in tep_ref()
6958 return tep->ref_count; in tep_get_ref()
7021 tep->ref_count--; in tep_free()
7022 if (tep->ref_count) in tep_free()