Home
last modified time | relevance | path

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

/linux-2.4.37.9/arch/ia64/kernel/
Dperfmon.c205 unsigned long psb_entry_size; /* size of each entry including entry header */ member
928 psb->psb_entry_size = sizeof(perfmon_smpl_entry_t) + regcount*sizeof(u64); in pfm_smpl_buffer_alloc()
931 (void *)psb,psb->psb_entry_size, (void *)psb->psb_hdr, in pfm_smpl_buffer_alloc()
936 psb->psb_hdr->hdr_entry_size = psb->psb_entry_size; in pfm_smpl_buffer_alloc()
2867 h = (perfmon_smpl_entry_t *)(((char *)psb->psb_addr) + idx*(psb->psb_entry_size)); in pfm_record_sample()