Home
last modified time | relevance | path

Searched refs:odb_get_data (Results 1 – 8 of 8) sorted by relevance

/external/oprofile/libpp/
Dprofile.cpp66 *static_cast<opd_header *>(odb_get_data(&samples_db)); in is_spu_sample_file()
101 *static_cast<opd_header *>(odb_get_data(&samples_db)); in add_sample_file()
/external/oprofile/libabi/tests/
Dabi_test.cpp71 header = static_cast<struct opd_header *>(odb_get_data(&dest)); in main()
/external/oprofile/libdb/
Dodb.h133 void * odb_get_data(odb_t * odb);
Ddb_manage.c304 void * odb_get_data(odb_t * odb) in odb_get_data() function
/external/oprofile/daemon/liblegacy/
Dopd_sample_files.c145 fill_header(odb_get_data(&sfile->sample_file), counter, 0, 0, in opd_open_24_sample_file()
/external/oprofile/daemon/
Dopd_mangling.c193 fill_header(odb_get_data(file), counter, in opd_open_sample_file()
/external/oprofile/libabi/
Dopimport.cpp111 static_cast<opd_header *>(odb_get_data(dest)); in import_from_abi()
/external/oprofile/
DChangeLog-2004327 * libpp/profile.cpp: introduce and use odb_get_data(),