Searched refs:pfm_uuid_t (Results 1 – 3 of 3) sorted by relevance
67 typedef unsigned char pfm_uuid_t[16]; /* custom sampling buffer identifier type */ typedef73 pfm_uuid_t ctx_smpl_buf_id; /* which buffer format to use (if needed) */
66 pfm_uuid_t fmt_uuid;82 extern int pfm_unregister_buffer_fmt(pfm_uuid_t uuid);
515 static pfm_uuid_t pfm_null_uuid = {0,};1190 pfm_uuid_cmp(pfm_uuid_t a, pfm_uuid_t b) in pfm_uuid_cmp()1192 return memcmp(a, b, sizeof(pfm_uuid_t)); in pfm_uuid_cmp()1247 __pfm_find_buffer_fmt(pfm_uuid_t uuid) in __pfm_find_buffer_fmt()1264 pfm_find_buffer_fmt(pfm_uuid_t uuid) in pfm_find_buffer_fmt()1305 pfm_unregister_buffer_fmt(pfm_uuid_t uuid) in pfm_unregister_buffer_fmt()