OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:opd_create_module
(Results
1 - 2
of
2
) sorted by null
/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);
/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,
Completed in 55 milliseconds