Searched refs:odb_t (Results 1 - 19 of 19) sorted by relevance

/external/oprofile/libdb/
H A Dodb.h91 } odb_t; typedef in typeref:struct:__anon28431
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 * od
[all...]
H A Ddb_travel.c13 odb_node_t * odb_get_iterator(odb_t const * odb, odb_node_nr_t * nr)
H A Ddb_insert.c52 int odb_update_node(odb_t * odb, odb_key_t key)
57 int odb_update_node_with_offset(odb_t * odb,
106 int odb_add_node(odb_t * odb, odb_key_t key, odb_value_t value)
H A Ddb_manage.c133 void odb_init(odb_t * odb)
175 int odb_open(odb_t * odb, char const * filename, enum odb_rw rw,
276 void odb_close(odb_t * odb)
296 int odb_open_count(odb_t const * odb)
304 void * odb_get_data(odb_t * odb)
310 void odb_sync(odb_t const * odb)
H A Ddb_stat.c28 odb_hash_stat_t * odb_hash_stat(odb_t const * odb)
H A Ddb_debug.c89 int odb_check_hash(odb_t const * odb)
/external/oprofile/daemon/
H A Dopd_mangling.h30 int opd_open_sample_file(odb_t *file, struct sfile *last,
H A Dopd_extended.h54 odb_t * (*get)(struct transient const *, int);
84 extern odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg);
H A Dopd_sfile.h64 odb_t files[OP_MAX_COUNTERS];
66 odb_t * ext_files;
H A Dopd_extended.c175 odb_t * opd_ext_sfile_get(struct transient const * trans, int is_cg)
H A Dopd_ibs.c706 sf->ext_files = xmalloc(ibs_selected_size * sizeof(odb_t));
718 to->ext_files = xmalloc(ibs_selected_size * sizeof(odb_t));
750 static odb_t * ibs_sfile_get(struct transient const * trans, int is_cg)
757 odb_t * file;
H A Dopd_mangling.c141 int opd_open_sample_file(odb_t *file, struct sfile *last,
H A Dopd_sfile.c297 static odb_t * get_file(struct transient const * trans, int is_cg)
304 odb_t * file;
392 odb_t * file;
440 odb_t * file;
/external/oprofile/daemon/liblegacy/
H A Dopd_sample_files.h25 odb_t sample_file;
/external/oprofile/libpp/
H A Dprofile.cpp43 odb_t samples_db;
63 odb_t samples_db;
73 void profile_t::open_sample_file(string const & filename, odb_t & db)
96 odb_t samples_db;
H A Dprofile.h100 open_sample_file(std::string const & filename, odb_t &);
/external/oprofile/libdb/tests/
H A Ddb_test.c50 odb_t hash;
91 odb_t hash;
141 odb_t hash;
/external/oprofile/libabi/tests/
H A Dabi_test.cpp60 odb_t dest;
/external/oprofile/libabi/
H A Dopimport.cpp108 size_t len, odb_t * dest) throw (abi_exception)
200 odb_t dest;

Completed in 1605 milliseconds