OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:vsfile
(Results
1 - 11
of
11
) sorted by null
/external/oprofile/pp/
opgprof_options.cpp
55
cverb <<
vsfile
58
ostream_iterator<string>(cverb <<
vsfile
, "\n"));
71
cverb <<
vsfile
<< "profile_classes:\n" << classes << endl;
116
cverb <<
vsfile
<< "output filename: " << options::gmon_filename
oparchive_options.cpp
104
cverb <<
vsfile
<< "Matched sample files: " << sample_files.size()
107
ostream_iterator<string>(cverb <<
vsfile
, "\n"));
112
cverb <<
vsfile
<< "profile_classes:\n" << classes << endl;
opannotate_options.cpp
130
cverb <<
vsfile
<< "Archive: " << pspec.get_archive_path() << endl;
132
cverb <<
vsfile
<< "Matched sample files: " << sample_files.size()
135
ostream_iterator<string>(cverb <<
vsfile
, "\n"));
146
cverb <<
vsfile
<< "profile_classes:\n" << classes << endl;
opreport_options.cpp
249
ostream_iterator<string>(cverb <<
vsfile
, " "));
250
cverb <<
vsfile
<< "\n\n";
local
259
cverb <<
vsfile
<< "Archive: " << pspec.get_archive_path() << endl;
261
cverb <<
vsfile
<< "Matched sample files: " << sample_files.size()
264
ostream_iterator<string>(cverb <<
vsfile
, "\n"));
269
cverb <<
vsfile
<< "profile_classes:\n" << classes << endl;
325
cverb <<
vsfile
<< "profile spec 1:" << endl;
327
cverb <<
vsfile
<< "profile spec 2:" << endl;
opgprof.cpp
241
cverb <<
vsfile
<< "loading flat samples files : "
273
cverb <<
vsfile
<< "loading cg samples file : "
/external/oprofile/daemon/
opd_printf.h
18
extern int
vsfile
;
oprofiled.c
57
int
vsfile
;
variable
356
vsfile
= 1;
363
vsfile
= 1;
opd_mangling.c
155
verbprintf(
vsfile
, "Opening \"%s\"\n", mangled);
/external/oprofile/daemon/liblegacy/
opd_sample_files.c
43
verbprintf(
vsfile
, "image lru clear\n");
111
verbprintf(
vsfile
, "Opening \"%s\"\n", mangled);
/external/oprofile/libutil++/
cverb.cpp
28
verbose
vsfile
("sfile");
cverb.h
80
extern verbose
vsfile
; /**< named "sfile" */
Completed in 1030 milliseconds