HomeSort by relevance Sort by last modified time
    Searched refs:OP_HASH_MAP_SIZE (Results 1 - 3 of 3) sorted by null

  /external/oprofile/libop/
op_interface.h 85 #define OP_HASH_MAP_SIZE (OP_HASH_MAP_NR * sizeof(struct op_hash_index) + POOL_SIZE)
  /external/oprofile/module/
op_dname.c 47 hash_map = rvmalloc(PAGE_ALIGN(OP_HASH_MAP_SIZE));
71 rvfree(hash_map, PAGE_ALIGN(OP_HASH_MAP_SIZE));
97 if (size > PAGE_ALIGN(OP_HASH_MAP_SIZE) || (vma->vm_flags & VM_WRITE) || GET_VM_OFFSET(vma))
  /external/oprofile/daemon/liblegacy/
opd_mapping.c 46 hashmap = mmap(0, OP_HASH_MAP_SIZE, PROT_READ, MAP_SHARED, hashmapdevfd, 0);

Completed in 79 milliseconds