OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:p_it
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libutil++/
cverb.cpp
101
pair<recorder_t::iterator, recorder_t::iterator>
p_it
=
local
103
if (
p_it
.first ==
p_it
.second)
105
for (;
p_it
.first !=
p_it
.second; ++
p_it
.first)
106
p_it
.first->second->set = true;
/external/oprofile/libpp/
symbol_container.cpp
52
pair<it, it>
p_it
= symbols_by_loc.equal_range(&symbol);
local
53
for ( ;
p_it
.first !=
p_it
.second; ++
p_it
.first)
54
result.push_back(*
p_it
.first);
profile_container.cpp
87
profile_t::iterator_pair
p_it
=
local
89
count_type count = accumulate(
p_it
.first,
p_it
.second, 0ull);
128
add_samples(abfd, i,
p_it
, symbol, pclass, start);
135
profile_t::iterator_pair const &
p_it
,
142
for (it =
p_it
.first; it !=
p_it
.second ; ++it) {
callgraph_container.cpp
146
profile_t::iterator_pair
p_it
= profile.samples_range(
local
156
for (;
p_it
.first !=
p_it
.second; ++
p_it
.first) {
157
samples.push_back(make_pair(
p_it
.first.vma(),
158
p_it
.first.count()));
/external/oprofile/pp/
opgprof.cpp
117
profile_t::iterator_pair
p_it
= cg_db.samples_range();
local
118
for (;
p_it
.first !=
p_it
.second; ++
p_it
.first) {
119
bfd_vma from =
p_it
.first.vma() >> 32;
120
bfd_vma to =
p_it
.first.vma() & 0xffffffff;
125
u32 count =
p_it
.first.count();
126
if (count !=
p_it
.first.count()) {
129
<<
p_it
.first.count() - count << endl;
131
op_write_u32(fp,
p_it
.first.count())
[
all
...]
Completed in 208 milliseconds