Searched refs:pfm_uuid_t (Results 1 – 2 of 2) sorted by relevance
66 typedef unsigned char pfm_uuid_t[16]; /* custom sampling buffer identifier type */ typedef72 pfm_uuid_t ctx_smpl_buf_id; /* which buffer format to use (if needed) */232 pfm_uuid_t fmt_uuid;248 extern int pfm_unregister_buffer_fmt(pfm_uuid_t uuid);
512 static pfm_uuid_t pfm_null_uuid = {0,};1192 pfm_uuid_cmp(pfm_uuid_t a, pfm_uuid_t b) in pfm_uuid_cmp()1194 return memcmp(a, b, sizeof(pfm_uuid_t)); in pfm_uuid_cmp()1249 __pfm_find_buffer_fmt(pfm_uuid_t uuid) in __pfm_find_buffer_fmt()1266 pfm_find_buffer_fmt(pfm_uuid_t uuid) in pfm_find_buffer_fmt()1307 pfm_unregister_buffer_fmt(pfm_uuid_t uuid) in pfm_unregister_buffer_fmt()