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

  /external/oprofile/daemon/
opd_kernel.c 95 opd_create_module(char const * name, vma_t start, vma_t end) function
187 image = opd_create_module(module_name, start_address,
  /external/oprofile/daemon/liblegacy/
opd_kernel.c 73 * opd_create_module - allocate and initialise a module description
79 opd_create_module(char * name, unsigned long start, unsigned long end) function
109 return opd_create_module(name, 0, 0);
300 opd_create_module(name, info.addr, info.addr + info.size);

Completed in 32 milliseconds