Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/include/uapi/asm/
Dperfmon.h67 typedef unsigned char pfm_uuid_t[16]; /* custom sampling buffer identifier type */ typedef
73 pfm_uuid_t ctx_smpl_buf_id; /* which buffer format to use (if needed) */
/Linux-v4.19/arch/ia64/include/asm/
Dperfmon.h66 pfm_uuid_t fmt_uuid;
82 extern int pfm_unregister_buffer_fmt(pfm_uuid_t uuid);
/Linux-v4.19/arch/ia64/kernel/
Dperfmon.c515 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()