OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:cg_files
(Results
1 - 6
of
6
) sorted by null
/external/oprofile/libpp/
callgraph_container.h
153
void populate(std::list<std::string> const &
cg_files
,
arrange_profiles.h
64
std::list<std::string>
cg_files
;
member in struct:profile_sample_files
arrange_profiles.cpp
255
file = *sample_files.
cg_files
.begin();
262
file = *sample_files.
cg_files
.begin();
276
list<string>::const_iterator it = files.
cg_files
.begin();
277
list<string>::const_iterator const end = files.
cg_files
.end();
538
sample_files.
cg_files
.push_back(parsed.filename);
565
list<string>::const_iterator const cend = it->
cg_files
.end();
566
for (cit = it->
cg_files
.begin(); cit != cend; ++cit) {
700
copy(sample_files.
cg_files
.begin(), sample_files.
cg_files
.end(),
callgraph_container.cpp
437
populate(pit->
cg_files
, app_image,
444
void callgraph_container::populate(list<string> const &
cg_files
,
449
list<string>::const_iterator const end =
cg_files
.end();
450
for (it =
cg_files
.begin(); it != end; ++it) {
/external/oprofile/pp/
opgprof.cpp
268
list<string>::const_iterator const cend = it->
cg_files
.end();
269
for (cit = it->
cg_files
.begin(); cit != cend; ++cit) {
opreport.cpp
71
if (!it->
cg_files
.empty()) {
Completed in 54 milliseconds