Home
last modified time | relevance | path

Searched refs:odb_hash_stat_t (Results 1 – 2 of 2) sorted by relevance

/external/oprofile/libdb/
Ddb_stat.c18 struct odb_hash_stat_t { struct
28 odb_hash_stat_t * odb_hash_stat(odb_t const * odb) in odb_hash_stat() argument
36 odb_hash_stat_t * result = calloc(1, sizeof(odb_hash_stat_t)); in odb_hash_stat()
74 void odb_hash_display_stat(odb_hash_stat_t const * stat) in odb_hash_display_stat()
85 void odb_hash_free_stat(odb_hash_stat_t * stat) in odb_hash_free_stat()
Dodb.h169 typedef struct odb_hash_stat_t odb_hash_stat_t; typedef
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);