Searched refs:odb_hash_stat_t (Results 1 - 3 of 3) sorted by relevance

/external/oprofile/libdb/
H A Ddb_stat.c18 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)
H A Dodb.h169 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/
H A Ddb_test.c154 odb_hash_stat_t * stats;

Completed in 173 milliseconds