Searched refs:odb_t (Results 1 – 14 of 14) sorted by relevance
/external/oprofile/libdb/ |
D | odb.h | 91 } odb_t; typedef 109 void odb_init(odb_t * odb); 123 int odb_open(odb_t * odb, char const * filename, 127 void odb_close(odb_t * odb); 130 int odb_open_count(odb_t const * odb); 133 void * odb_get_data(odb_t * odb); 136 void odb_sync(odb_t const * odb); 166 int odb_check_hash(odb_t const * odb); 170 odb_hash_stat_t * odb_hash_stat(odb_t const * odb); 181 int odb_update_node(odb_t * odb, odb_key_t key); [all …]
|
D | db_manage.c | 124 void odb_init(odb_t * odb) in odb_init() 166 int odb_open(odb_t * odb, char const * filename, enum odb_rw rw, in odb_open() 267 void odb_close(odb_t * odb) in odb_close() 287 int odb_open_count(odb_t const * odb) in odb_open_count() 295 void * odb_get_data(odb_t * odb) in odb_get_data() 301 void odb_sync(odb_t const * odb) in odb_sync()
|
D | db_insert.c | 52 int odb_update_node(odb_t * odb, odb_key_t key) in odb_update_node() 57 int odb_update_node_with_offset(odb_t * odb, in odb_update_node_with_offset() 106 int odb_add_node(odb_t * odb, odb_key_t key, odb_value_t value) in odb_add_node()
|
D | db_travel.c | 13 odb_node_t * odb_get_iterator(odb_t const * odb, odb_node_nr_t * nr) in odb_get_iterator()
|
D | db_stat.c | 28 odb_hash_stat_t * odb_hash_stat(odb_t const * odb) in odb_hash_stat()
|
D | db_debug.c | 89 int odb_check_hash(odb_t const * odb) in odb_check_hash()
|
/external/oprofile/daemon/ |
D | opd_extended.h | 52 odb_t * (*get)(struct transient const *, int); 75 extern odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg);
|
D | opd_sfile.h | 64 odb_t files[OP_MAX_COUNTERS]; 66 odb_t * ext_files;
|
D | opd_ibs.c | 553 sf->ext_files = xmalloc(ibs_selected_size * sizeof(odb_t)); in ibs_sfile_create() 565 to->ext_files = xmalloc(ibs_selected_size * sizeof(odb_t)); in ibs_sfile_dup() 597 static odb_t * ibs_sfile_get(struct transient const * trans, int is_cg) in ibs_sfile_get() 604 odb_t * file; in ibs_sfile_get()
|
D | opd_sfile.c | 297 static odb_t * get_file(struct transient const * trans, int is_cg) in get_file() 304 odb_t * file; in get_file() 392 odb_t * file; in sfile_log_arc() 440 odb_t * file; in sfile_log_sample_count()
|
D | opd_mangling.h | 30 int opd_open_sample_file(odb_t *file, struct sfile *last,
|
D | opd_extended.c | 161 odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg) in opd_ext_sfile_get()
|
D | opd_mangling.c | 141 int opd_open_sample_file(odb_t *file, struct sfile *last, in opd_open_sample_file()
|
/external/oprofile/libabi/ |
D | opimport.cpp | 108 size_t len, odb_t * dest) throw (abi_exception) in import_from_abi() 200 odb_t dest; in main()
|