OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:odb_hash_stat_t
(Results
1 - 3
of
3
) sorted by null
/external/oprofile/libdb/
db_stat.c
18
struct
odb_hash_stat_t
{
struct
28
odb_hash_stat_t
* odb_hash_stat(odb_t const * odb)
36
odb_hash_stat_t
* result = calloc(1, sizeof(
odb_hash_stat_t
));
74
void odb_hash_display_stat(
odb_hash_stat_t
const * stat)
85
void odb_hash_free_stat(
odb_hash_stat_t
* stat)
odb.h
169
typedef struct
odb_hash_stat_t
odb_hash_stat_t
;
typedef in typeref:struct:odb_hash_stat_t
170
odb_hash_stat_t
* odb_hash_stat(odb_t const * odb);
171
void odb_hash_display_stat(
odb_hash_stat_t
const * stats);
172
void odb_hash_free_stat(
odb_hash_stat_t
* stats);
/external/oprofile/libdb/tests/
db_test.c
154
odb_hash_stat_t
* stats;
Completed in 39 milliseconds