OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:odb_get_data
(Results
1 - 8
of
8
) sorted by null
/external/oprofile/libabi/tests/
abi_test.cpp
71
header = static_cast<struct opd_header *>(
odb_get_data
(&dest));
/external/oprofile/libpp/
profile.cpp
66
*static_cast<opd_header *>(
odb_get_data
(&samples_db));
101
*static_cast<opd_header *>(
odb_get_data
(&samples_db));
/external/oprofile/daemon/liblegacy/
opd_sample_files.c
145
fill_header(
odb_get_data
(&sfile->sample_file), counter, 0, 0,
/external/oprofile/daemon/
opd_mangling.c
193
fill_header(
odb_get_data
(file), counter,
/external/oprofile/libabi/
opimport.cpp
111
static_cast<opd_header *>(
odb_get_data
(dest));
/external/oprofile/libdb/
db_manage.c
304
void *
odb_get_data
(odb_t * odb)
function
odb.h
133
void *
odb_get_data
(odb_t * odb);
/external/oprofile/
ChangeLog-2004
327
* libpp/profile.cpp: introduce and use
odb_get_data
(),
Completed in 437 milliseconds