OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:init_attr
(Results
1 - 4
of
4
) sorted by null
/external/oprofile/libutil++/
xml_output.h
18
std::string
init_attr
(tag_t attr, size_t value);
19
std::string
init_attr
(tag_t attr, double value);
20
std::string
init_attr
(tag_t attr, std::string const & str);
xml_output.cpp
52
string
init_attr
(tag_t attr, size_t value)
function
63
string
init_attr
(tag_t attr, double value)
function
74
string
init_attr
(tag_t attr, string const & str)
function
/external/oprofile/libpp/
xml_utils.cpp
142
init_attr
(RTC_INTERRUPTS, count) + close_element();
152
str <<
init_attr
(TABLE_ID, events_index++);
153
str <<
init_attr
(EVENT_NAME, event);
154
if (unit_mask.size() != 0) str <<
init_attr
(UNIT_MASK, unit_mask);
155
str <<
init_attr
(SETUP_COUNT, (size_t)count) + close_element();
175
str <<
init_attr
(CPU_NAME, cpu_type) << endl;
177
str <<
init_attr
(PROCESSOR, string(processor)) << endl;
178
if (nr_cpus > 1) str <<
init_attr
(SEPARATED_CPUS, nr_cpus) << endl;
179
str <<
init_attr
(MHZ, speed) << endl;
203
xml_options <<
init_attr
(tag, value)
[
all
...]
format_output.cpp
640
out <<
init_attr
(TABLE_ID, (size_t)id);
709
out <<
init_attr
(TABLE_ID, sd_it->second);
799
str <<
init_attr
(TABLE_ID, detail_index++);
819
str <<
init_attr
(SOURCE_FILE, samp_file);
821
str <<
init_attr
(SOURCE_LINE, samp_line);
869
out <<
init_attr
(ID_REF, indx);
886
out <<
init_attr
(DETAIL_LO, detail_lo);
887
out <<
init_attr
(DETAIL_HI, sd.index-1);
901
out <<
init_attr
(CLASS, classes.v[pclass].name);
923
out <<
init_attr
(tag, line)
[
all
...]
Completed in 816 milliseconds