OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OPD_MODULE
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/daemon/liblegacy/
opd_24_stats.h
18
OPD_MODULE
, /**< nr module samples */
opd_24_stats.c
30
printf("Nr. modules samples: %lu\n", opd_24_stats[
OPD_MODULE
]);
opd_kernel.c
30
struct
opd_module
{
struct
78
static struct
opd_module
*
81
struct
opd_module
* module = xmalloc(sizeof(struct
opd_module
));
98
static struct
opd_module
* opd_find_module_by_name(char * name)
101
struct
opd_module
* module;
104
module = list_entry(pos, struct
opd_module
, module_list);
117
struct
opd_module
* module;
121
module = list_entry(pos, struct
opd_module
, module_list);
154
struct
opd_module
* mod
[
all
...]
Completed in 155 milliseconds