Home
last modified time | relevance | path

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

/external/oprofile/module/
Dop_dname.c47 hash_map = rvmalloc(PAGE_ALIGN(OP_HASH_MAP_SIZE)); in oprof_init_hashmap()
71 rvfree(hash_map, PAGE_ALIGN(OP_HASH_MAP_SIZE)); in oprof_free_hashmap()
97 if (size > PAGE_ALIGN(OP_HASH_MAP_SIZE) || (vma->vm_flags & VM_WRITE) || GET_VM_OFFSET(vma)) in oprof_hash_map_mmap()
/external/oprofile/libop/
Dop_interface.h85 #define OP_HASH_MAP_SIZE (OP_HASH_MAP_NR * sizeof(struct op_hash_index) + POOL_SIZE) macro
/external/oprofile/daemon/liblegacy/
Dopd_mapping.c46 hashmap = mmap(0, OP_HASH_MAP_SIZE, PROT_READ, MAP_SHARED, hashmapdevfd, 0); in opd_init_hash_map()