Home
last modified time | relevance | path

Searched refs:fmt_uuid (Results 1 – 4 of 4) sorted by relevance

/linux-2.6.39/arch/ia64/oprofile/
Dperfmon.c54 .fmt_uuid = OPROFILE_FMT_UUID,
98 pfm_unregister_buffer_fmt(oprofile_fmt.fmt_uuid); in perfmon_exit()
/linux-2.6.39/arch/ia64/kernel/
Dperfmon_default_smpl.c254 .fmt_uuid = PFM_DEFAULT_SMPL_UUID,
289 ret = pfm_unregister_buffer_fmt(default_fmt.fmt_uuid); in pfm_default_smpl_cleanup_module()
Dperfmon.c1263 if (pfm_uuid_cmp(uuid, entry->fmt_uuid) == 0) in __pfm_find_buffer_fmt()
1299 if (__pfm_find_buffer_fmt(fmt->fmt_uuid)) { in pfm_register_buffer_fmt()
5674 entry->fmt_uuid[0], in pfm_proc_show_header()
5675 entry->fmt_uuid[1], in pfm_proc_show_header()
5676 entry->fmt_uuid[2], in pfm_proc_show_header()
5677 entry->fmt_uuid[3], in pfm_proc_show_header()
5678 entry->fmt_uuid[4], in pfm_proc_show_header()
5679 entry->fmt_uuid[5], in pfm_proc_show_header()
5680 entry->fmt_uuid[6], in pfm_proc_show_header()
5681 entry->fmt_uuid[7], in pfm_proc_show_header()
[all …]
/linux-2.6.39/arch/ia64/include/asm/
Dperfmon.h232 pfm_uuid_t fmt_uuid; member