Home
last modified time | relevance | path

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

/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h66 typedef unsigned char pfm_uuid_t[16]; /* custom sampling buffer identifier type */ typedef
72 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);
/linux-2.6.39/arch/ia64/kernel/
Dperfmon.c513 static pfm_uuid_t pfm_null_uuid = {0,};
1199 pfm_uuid_cmp(pfm_uuid_t a, pfm_uuid_t b) in pfm_uuid_cmp()
1201 return memcmp(a, b, sizeof(pfm_uuid_t)); in pfm_uuid_cmp()
1256 __pfm_find_buffer_fmt(pfm_uuid_t uuid) in __pfm_find_buffer_fmt()
1273 pfm_find_buffer_fmt(pfm_uuid_t uuid) in pfm_find_buffer_fmt()
1314 pfm_unregister_buffer_fmt(pfm_uuid_t uuid) in pfm_unregister_buffer_fmt()