Searched refs:pfm_uuid_t (Results 1 – 3 of 3) 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) */
65 pfm_uuid_t fmt_uuid;81 extern int pfm_unregister_buffer_fmt(pfm_uuid_t uuid);
513 static pfm_uuid_t pfm_null_uuid = {0,};1188 pfm_uuid_cmp(pfm_uuid_t a, pfm_uuid_t b) in pfm_uuid_cmp()1190 return memcmp(a, b, sizeof(pfm_uuid_t)); in pfm_uuid_cmp()1245 __pfm_find_buffer_fmt(pfm_uuid_t uuid) in __pfm_find_buffer_fmt()1262 pfm_find_buffer_fmt(pfm_uuid_t uuid) in pfm_find_buffer_fmt()1303 pfm_unregister_buffer_fmt(pfm_uuid_t uuid) in pfm_unregister_buffer_fmt()